#[repr(transparent)]pub struct ZoomUnit(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for ZoomUnit
impl Eq for ZoomUnit
impl StructuralPartialEq for ZoomUnit
Auto Trait Implementations§
impl Freeze for ZoomUnit
impl RefUnwindSafe for ZoomUnit
impl Send for ZoomUnit
impl Sync for ZoomUnit
impl Unpin for ZoomUnit
impl UnwindSafe for ZoomUnit
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