#[repr(C)]pub struct loop_config {
pub fd: __u32,
pub block_size: __u32,
pub info: loop_info64,
pub __reserved: [__u64; 8],
}
Fields§
§fd: __u32
§block_size: __u32
§info: loop_info64
§__reserved: [__u64; 8]
Trait Implementations§
Source§impl Clone for loop_config
impl Clone for loop_config
Source§fn clone(&self) -> loop_config
fn clone(&self) -> loop_config
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for loop_config
impl Debug for loop_config
impl Copy for loop_config
Auto Trait Implementations§
impl Freeze for loop_config
impl RefUnwindSafe for loop_config
impl Send for loop_config
impl Sync for loop_config
impl Unpin for loop_config
impl UnwindSafe for loop_config
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