#[repr(C, 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§
Auto Trait Implementations§
impl Freeze for log2phys
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
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
)