Struct mach::mach_types::fsobj_id
source · #[repr(C)]pub struct fsobj_id {
pub fid_objno: u32,
pub fid_generation: u32,
}
Fields§
§fid_objno: u32
§fid_generation: u32
Trait Implementations§
source§impl Ord for fsobj_id
impl Ord for fsobj_id
source§impl PartialEq<fsobj_id> for fsobj_id
impl PartialEq<fsobj_id> for fsobj_id
source§impl PartialOrd<fsobj_id> for fsobj_id
impl PartialOrd<fsobj_id> for fsobj_id
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for fsobj_id
impl Eq for fsobj_id
impl StructuralEq for fsobj_id
impl StructuralPartialEq for fsobj_id
Auto Trait Implementations§
impl RefUnwindSafe for fsobj_id
impl Send for fsobj_id
impl Sync for fsobj_id
impl Unpin for fsobj_id
impl UnwindSafe for fsobj_id
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