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