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