#[repr(C)]pub struct LATLONBOX {
pub top: SIF48,
pub left: ANGL48,
pub bottom: SIF48,
pub right: ANGL48,
}
Fields§
§top: SIF48
§left: ANGL48
§bottom: SIF48
§right: ANGL48
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LATLONBOX
impl RefUnwindSafe for LATLONBOX
impl Send for LATLONBOX
impl Sync for LATLONBOX
impl Unpin for LATLONBOX
impl UnwindSafe for LATLONBOX
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