pub struct LengthArgs {
pub value: f32,
pub unit: LengthUnit,
}Fields§
§value: f32§unit: LengthUnitTrait Implementations§
Auto Trait Implementations§
impl Freeze for LengthArgs
impl RefUnwindSafe for LengthArgs
impl Send for LengthArgs
impl Sync for LengthArgs
impl Unpin for LengthArgs
impl UnsafeUnpin for LengthArgs
impl UnwindSafe for LengthArgs
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