pub struct ApprotectPall(/* private fields */);Implementations§
Source§impl ApprotectPall
 
impl ApprotectPall
Sourcepub const UNPROTECTED: Self = _
 
pub const UNPROTECTED: Self = _
Unprotected
Source§impl ApprotectPall
 
impl ApprotectPall
Trait Implementations§
Source§impl Clone for ApprotectPall
 
impl Clone for ApprotectPall
Source§fn clone(&self) -> ApprotectPall
 
fn clone(&self) -> ApprotectPall
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ApprotectPall
 
impl Debug for ApprotectPall
Source§impl From<ApprotectPall> for u32
 
impl From<ApprotectPall> for u32
Source§fn from(val: ApprotectPall) -> u32
 
fn from(val: ApprotectPall) -> u32
Converts to this type from the input type.
Source§impl From<u32> for ApprotectPall
 
impl From<u32> for ApprotectPall
Source§fn from(val: u32) -> ApprotectPall
 
fn from(val: u32) -> ApprotectPall
Converts to this type from the input type.
Source§impl Ord for ApprotectPall
 
impl Ord for ApprotectPall
Source§fn cmp(&self, other: &ApprotectPall) -> Ordering
 
fn cmp(&self, other: &ApprotectPall) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ApprotectPall
 
impl PartialEq for ApprotectPall
Source§impl PartialOrd for ApprotectPall
 
impl PartialOrd for ApprotectPall
impl Copy for ApprotectPall
impl Eq for ApprotectPall
impl StructuralPartialEq for ApprotectPall
Auto Trait Implementations§
impl Freeze for ApprotectPall
impl RefUnwindSafe for ApprotectPall
impl Send for ApprotectPall
impl Sync for ApprotectPall
impl Unpin for ApprotectPall
impl UnwindSafe for ApprotectPall
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)