Struct mach::mach_types::fsid
source · #[repr(C)]pub struct fsid {
pub val: [i32; 2],
}
Fields§
§val: [i32; 2]
Trait Implementations§
source§impl Ord for fsid
impl Ord for fsid
source§impl PartialEq<fsid> for fsid
impl PartialEq<fsid> for fsid
source§impl PartialOrd<fsid> for fsid
impl PartialOrd<fsid> for fsid
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 fsid
impl Eq for fsid
impl StructuralEq for fsid
impl StructuralPartialEq for fsid
Auto Trait Implementations§
impl RefUnwindSafe for fsid
impl Send for fsid
impl Sync for fsid
impl Unpin for fsid
impl UnwindSafe for fsid
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