#[repr(transparent)]pub struct Pall(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Pall
impl Pall
Sourcepub const HW_DISABLED: Self = _
pub const HW_DISABLED: Self = _
Hardware disable of access port protection for devices where access port protection is controlled by hardware and software
Trait Implementations§
Source§impl Ord for Pall
impl Ord for Pall
Source§impl PartialOrd for Pall
impl PartialOrd for Pall
impl Copy for Pall
impl Eq for Pall
impl StructuralPartialEq for Pall
Auto Trait Implementations§
impl Freeze for Pall
impl RefUnwindSafe for Pall
impl Send for Pall
impl Sync for Pall
impl Unpin for Pall
impl UnwindSafe for Pall
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)