#[repr(C)]
pub struct dm_tree_node_raid_params {
Show 14 fields pub raid_type: *const c_char, pub stripes: u32, pub mirrors: u32, pub region_size: u32, pub stripe_size: u32, pub rebuilds: u64, pub writemostly: u64, pub writebehind: u32, pub sync_daemon_sleep: u32, pub max_recovery_rate: u32, pub min_recovery_rate: u32, pub stripe_cache: u32, pub flags: u64, pub reserved2: u32,
}

Fields

raid_type: *const c_charstripes: u32mirrors: u32region_size: u32stripe_size: u32rebuilds: u64writemostly: u64writebehind: u32sync_daemon_sleep: u32max_recovery_rate: u32min_recovery_rate: u32stripe_cache: u32flags: u64reserved2: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.