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