#[repr(u8)]pub enum Pal {
USER_PROTECTION = 0,
PRIVILEGED_PROTECTION = 1,
}Variants§
USER_PROTECTION = 0
User protection level for DMA transfers
PRIVILEGED_PROTECTION = 1
Privileged protection level for DMA transfers
Implementations§
Trait Implementations§
Source§impl Ord for Pal
impl Ord for Pal
Source§impl PartialOrd for Pal
impl PartialOrd for Pal
impl Copy for Pal
impl Eq for Pal
impl StructuralPartialEq for Pal
Auto Trait Implementations§
impl Freeze for Pal
impl RefUnwindSafe for Pal
impl Send for Pal
impl Sync for Pal
impl Unpin for Pal
impl UnwindSafe for Pal
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