#[repr(C)]pub struct boxf {
pub LL: pointf,
pub UR: pointf,
}
Fields§
§LL: pointf
§UR: pointf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for boxf
impl RefUnwindSafe for boxf
impl Send for boxf
impl Sync for boxf
impl Unpin for boxf
impl UnwindSafe for boxf
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