#[repr(C)]pub struct perm_struct {
pub ptr: *mut perm_struct,
pub p: [c_int; 2],
}Fields§
§ptr: *mut perm_struct§p: [c_int; 2]Trait Implementations§
Source§impl Clone for perm_struct
impl Clone for perm_struct
Source§fn clone(&self) -> perm_struct
fn clone(&self) -> perm_struct
Returns a duplicate 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 perm_struct
impl Debug for perm_struct
Source§impl Hash for perm_struct
impl Hash for perm_struct
Source§impl Ord for perm_struct
impl Ord for perm_struct
Source§fn cmp(&self, other: &perm_struct) -> Ordering
fn cmp(&self, other: &perm_struct) -> 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 perm_struct
impl PartialEq for perm_struct
Source§impl PartialOrd for perm_struct
impl PartialOrd for perm_struct
impl Copy for perm_struct
impl Eq for perm_struct
impl StructuralPartialEq for perm_struct
Auto Trait Implementations§
impl Freeze for perm_struct
impl RefUnwindSafe for perm_struct
impl !Send for perm_struct
impl !Sync for perm_struct
impl Unpin for perm_struct
impl UnwindSafe for perm_struct
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