pub enum Owner {
Cpu = 0,
Dma = 1,
}Expand description
The owner bit of a DMA descriptor.
Variants§
Trait Implementations§
Source§impl PartialOrd for Owner
Available on crate feature unstable only.
impl PartialOrd for Owner
Available on crate feature
unstable only.impl StructuralPartialEq for Owner
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for Owner
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
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