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