pub enum VhostUserTransferDirection {
Save,
Load,
}
Variants§
Trait Implementations§
source§impl Debug for VhostUserTransferDirection
impl Debug for VhostUserTransferDirection
source§impl PartialEq for VhostUserTransferDirection
impl PartialEq for VhostUserTransferDirection
source§fn eq(&self, other: &VhostUserTransferDirection) -> bool
fn eq(&self, other: &VhostUserTransferDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VhostUserTransferDirection
impl StructuralPartialEq for VhostUserTransferDirection
Auto Trait Implementations§
impl RefUnwindSafe for VhostUserTransferDirection
impl Send for VhostUserTransferDirection
impl Sync for VhostUserTransferDirection
impl Unpin for VhostUserTransferDirection
impl UnwindSafe for VhostUserTransferDirection
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