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