#[repr(C, packed(1))]pub struct NoScale { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoScale
impl RefUnwindSafe for NoScale
impl Send for NoScale
impl Sync for NoScale
impl Unpin for NoScale
impl UnwindSafe for NoScale
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