#[repr(C)]pub struct BOUNDBOX {
pub N: SIF32,
pub S: SIF32,
pub E: ANGL32,
pub W: ANGL32,
}
Fields§
§N: SIF32
§S: SIF32
§E: ANGL32
§W: ANGL32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BOUNDBOX
impl RefUnwindSafe for BOUNDBOX
impl Send for BOUNDBOX
impl Sync for BOUNDBOX
impl Unpin for BOUNDBOX
impl UnwindSafe for BOUNDBOX
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more