pub struct Seg {Show 52 fields
pub segtype: String,
pub stripes: String,
pub data_stripes: String,
pub reshape_len: String,
pub reshape_len_le: String,
pub data_copies: String,
pub data_offset: String,
pub new_data_offset: String,
pub parity_chunks: String,
pub stripe_size: String,
pub region_size: String,
pub chunk_size: String,
pub thin_count: String,
pub discards: String,
pub cache_metadata_format: String,
pub cache_mode: String,
pub zero: String,
pub transaction_id: String,
pub thin_id: String,
pub seg_start: String,
pub seg_start_pe: String,
pub seg_size: String,
pub seg_size_pe: String,
pub seg_tags: String,
pub seg_pe_ranges: String,
pub seg_le_ranges: String,
pub seg_metadata_le_ranges: String,
pub devices: String,
pub metadata_devices: String,
pub seg_monitor: String,
pub cache_policy: String,
pub cache_settings: String,
pub vdo_compression: String,
pub vdo_deduplication: String,
pub vdo_use_metadata_hints: String,
pub vdo_minimum_io_size: String,
pub vdo_block_map_cache_size: String,
pub vdo_block_map_era_length: String,
pub vdo_use_sparse_index: String,
pub vdo_index_memory_size: String,
pub vdo_slab_size: String,
pub vdo_ack_threads: String,
pub vdo_bio_threads: String,
pub vdo_bio_rotation: String,
pub vdo_cpu_threads: String,
pub vdo_hash_zone_threads: String,
pub vdo_logical_threads: String,
pub vdo_physical_threads: String,
pub vdo_max_discard: String,
pub vdo_write_policy: String,
pub vdo_header_size: String,
pub lv_uuid: String,
}
Fields§
§segtype: String
§stripes: String
§data_stripes: String
§reshape_len: String
§reshape_len_le: String
§data_copies: String
§data_offset: String
§new_data_offset: String
§parity_chunks: String
§stripe_size: String
§region_size: String
§chunk_size: String
§thin_count: String
§discards: String
§cache_metadata_format: String
§cache_mode: String
§zero: String
§transaction_id: String
§thin_id: String
§seg_start: String
§seg_start_pe: String
§seg_size: String
§seg_size_pe: String
§seg_pe_ranges: String
§seg_le_ranges: String
§seg_metadata_le_ranges: String
§devices: String
§metadata_devices: String
§seg_monitor: String
§cache_policy: String
§cache_settings: String
§vdo_compression: String
§vdo_deduplication: String
§vdo_use_metadata_hints: String
§vdo_minimum_io_size: String
§vdo_block_map_cache_size: String
§vdo_block_map_era_length: String
§vdo_use_sparse_index: String
§vdo_index_memory_size: String
§vdo_slab_size: String
§vdo_ack_threads: String
§vdo_bio_threads: String
§vdo_bio_rotation: String
§vdo_cpu_threads: String
§vdo_hash_zone_threads: String
§vdo_logical_threads: String
§vdo_physical_threads: String
§vdo_max_discard: String
§vdo_write_policy: String
§vdo_header_size: String
§lv_uuid: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Seg
impl<'de> Deserialize<'de> for Seg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Seg
Auto Trait Implementations§
impl Freeze for Seg
impl RefUnwindSafe for Seg
impl Send for Seg
impl Sync for Seg
impl Unpin for Seg
impl UnwindSafe for Seg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more