pub enum GpdmaTransferType {
MemoryToDevice = 0,
DeviceToMemory = 1,
MemoryToMemory = 2,
DeviceToDevice = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpdmaTransferType
impl RefUnwindSafe for GpdmaTransferType
impl Send for GpdmaTransferType
impl Sync for GpdmaTransferType
impl Unpin for GpdmaTransferType
impl UnwindSafe for GpdmaTransferType
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