#[repr(C)]#[repr(packed(4))]pub struct log2phys {
pub l2p_flags: c_uint,
pub l2p_contigbytes: off_t,
pub l2p_devoffset: off_t,
}
Fields§
§l2p_flags: c_uint
§l2p_contigbytes: off_t
§l2p_devoffset: off_t
Trait Implementations§
source§impl PartialEq<log2phys> for log2phys
impl PartialEq<log2phys> for log2phys
impl Copy for log2phys
impl Eq for log2phys
Auto Trait Implementations§
impl RefUnwindSafe for log2phys
impl Send for log2phys
impl Sync for log2phys
impl Unpin for log2phys
impl UnwindSafe for log2phys
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