#[repr(C)]struct LoopInfo {}Fields§
§lo_device: u64§lo_inode: u64§lo_rdevice: u64§lo_offset: u64§lo_sizelimit: u64§lo_number: u32§lo_encrypt_type: u32§lo_encrypt_key_size: u32§lo_flags: u32§lo_file_name: ([u8; 32], [u8; 32])§lo_crypt_name: ([u8; 32], [u8; 32])§lo_encrypt_key: [u8; 32]§lo_init: [u64; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopInfo
impl RefUnwindSafe for LoopInfo
impl Send for LoopInfo
impl Sync for LoopInfo
impl Unpin for LoopInfo
impl UnwindSafe for LoopInfo
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