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