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