#[repr(C)]struct LoopConfig {
fd: u32,
block_size: u32,
info: LoopInfo,
reserved: [u64; 8],
}Fields§
§fd: u32§block_size: u32§info: LoopInfo§reserved: [u64; 8]Trait Implementations§
Source§impl Default for LoopConfig
impl Default for LoopConfig
Source§fn default() -> LoopConfig
fn default() -> LoopConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoopConfig
impl RefUnwindSafe for LoopConfig
impl Send for LoopConfig
impl Sync for LoopConfig
impl Unpin for LoopConfig
impl UnwindSafe for LoopConfig
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