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