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