Struct devicemapper_sys::dm_target_spec [−][src]
#[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
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more