pub enum VirtioWaylandEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioWaylandEvent
impl RefUnwindSafe for VirtioWaylandEvent
impl Send for VirtioWaylandEvent
impl Sync for VirtioWaylandEvent
impl Unpin for VirtioWaylandEvent
impl UnwindSafe for VirtioWaylandEvent
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