Struct qemu_plugin::sys::__fsid_t
source · #[repr(C)]pub struct __fsid_t {
pub __val: [i32; 2],
}Fields§
§__val: [i32; 2]Trait Implementations§
source§impl Ord for __fsid_t
impl Ord for __fsid_t
source§impl PartialEq for __fsid_t
impl PartialEq for __fsid_t
source§impl PartialOrd for __fsid_t
impl PartialOrd for __fsid_t
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_t
impl Eq for __fsid_t
impl StructuralEq for __fsid_t
impl StructuralPartialEq for __fsid_t
Auto Trait Implementations§
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