Struct linux_raw_sys::loop_device::loop_config
source · #[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