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