Struct security_claims::__fsid_t 
source · #[repr(C)]pub struct __fsid_t {
    pub __val: [c_int; 2],
}Fields§
§__val: [c_int; 2]Trait Implementations§
impl Copy for __fsid_t
impl Eq for __fsid_t
impl StructuralPartialEq for __fsid_t
Auto Trait Implementations§
impl Freeze for __fsid_t
impl RefUnwindSafe for __fsid_t
impl Send for __fsid_t
impl Sync for __fsid_t
impl Unpin for __fsid_t
impl UnwindSafe for __fsid_t
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)