pub enum Dptr {
Prp(Address, Address),
Sgl(SglDescriptor),
}
Variants§
Prp(Address, Address)
Sgl(SglDescriptor)
Implementations§
Auto Trait Implementations§
impl Freeze for Dptr
impl RefUnwindSafe for Dptr
impl Send for Dptr
impl Sync for Dptr
impl Unpin for Dptr
impl UnwindSafe for Dptr
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