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