pub enum GpdmaPriority {
Low = 0,
Medium = 1,
High = 2,
VeryHigh = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpdmaPriority
impl RefUnwindSafe for GpdmaPriority
impl Send for GpdmaPriority
impl Sync for GpdmaPriority
impl Unpin for GpdmaPriority
impl UnwindSafe for GpdmaPriority
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