Struct devicemapper_sys::dm_target_spec
source · [−]#[repr(C)]pub struct dm_target_spec {
pub sector_start: __u64,
pub length: __u64,
pub status: __s32,
pub next: __u32,
pub target_type: [c_char; 16],
}Fields
sector_start: __u64length: __u64status: __s32next: __u32target_type: [c_char; 16]Trait Implementations
sourceimpl Clone for dm_target_spec
impl Clone for dm_target_spec
sourcefn clone(&self) -> dm_target_spec
fn clone(&self) -> dm_target_spec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for dm_target_spec
impl Debug for dm_target_spec
sourceimpl Default for dm_target_spec
impl Default for dm_target_spec
sourcefn default() -> dm_target_spec
fn default() -> dm_target_spec
Returns the “default value” for a type. Read more
impl Copy for dm_target_spec
Auto Trait Implementations
impl RefUnwindSafe for dm_target_spec
impl Send for dm_target_spec
impl Sync for dm_target_spec
impl Unpin for dm_target_spec
impl UnwindSafe for dm_target_spec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more