enum WlRecv {
Vfd {
id: u32,
},
Data {
buf: Vec<u8>,
},
Hup,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WlRecv
impl RefUnwindSafe for WlRecv
impl Send for WlRecv
impl Sync for WlRecv
impl Unpin for WlRecv
impl UnwindSafe for WlRecv
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