pub struct AreaUnit {
pub elements: Vec<DerivedUnitElementRef>,
}Fields§
§elements: Vec<DerivedUnitElementRef>Trait Implementations§
impl StructuralPartialEq for AreaUnit
Auto Trait Implementations§
impl Freeze for AreaUnit
impl RefUnwindSafe for AreaUnit
impl Send for AreaUnit
impl Sync for AreaUnit
impl Unpin for AreaUnit
impl UnsafeUnpin for AreaUnit
impl UnwindSafe for AreaUnit
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