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