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: __u64§length: __u64§status: __s32§next: __u32§target_type: [c_char; 16]Trait Implementations§
source§impl Clone for dm_target_spec
impl Clone for dm_target_spec
source§fn clone(&self) -> dm_target_spec
fn clone(&self) -> dm_target_spec
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 dm_target_spec
impl Debug for dm_target_spec
source§impl Default for dm_target_spec
impl Default for dm_target_spec
source§fn default() -> dm_target_spec
fn default() -> dm_target_spec
Returns the “default value” for a type. Read more