#[repr(transparent)]pub struct Ssrt(pub u8);Expand description
Set START Bit
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Ssrt
impl Eq for Ssrt
impl StructuralPartialEq for Ssrt
Auto Trait Implementations§
impl Freeze for Ssrt
impl RefUnwindSafe for Ssrt
impl Send for Ssrt
impl Sync for Ssrt
impl Unpin for Ssrt
impl UnwindSafe for Ssrt
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