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