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