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