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