pub enum DescType {
Direct(DescAccess),
Indirect,
}
Expand description
Descriptor type
May be an indirect descriptor type ( see virtio spec 2.7.5.3 ) or a regular aka
direct descriptor type.
Regular descriptor wraps up ring::DescAccess
Variants§
Direct(DescAccess)
Indirect
Trait Implementations§
impl Eq for DescType
impl StructuralPartialEq for DescType
Auto Trait Implementations§
impl Freeze for DescType
impl RefUnwindSafe for DescType
impl Send for DescType
impl Sync for DescType
impl Unpin for DescType
impl UnwindSafe for DescType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)