Struct libstorage::hitachi::StorageLdev[][src]

pub struct StorageLdev {
Show 23 fields pub ldev_id: u64, pub clpr_id: u64, pub emulation_type: String, pub byte_format_capacity: String, pub block_capacity: u64, pub num_of_ports: u64, pub ports: Vec<LdevPort>, pub attributes: Vec<String>, pub status: String, pub mp_blade_id: u64, pub ssid: String, pub pool_id: u64, pub num_of_used_block: u64, pub is_relocation_enabled: bool, pub tier_level: String, pub used_capacity_per_tier_level1: u64, pub used_capacity_per_tier_level2: u64, pub used_capacity_per_tier_level3: Option<u64>, pub tier_level_for_new_page_allocation: String, pub resource_group_id: u64, pub data_reduction_status: String, pub data_reduction_mode: String, pub is_alua_enabled: bool,
}

Fields

ldev_id: u64clpr_id: u64emulation_type: Stringbyte_format_capacity: Stringblock_capacity: u64num_of_ports: u64ports: Vec<LdevPort>attributes: Vec<String>status: Stringmp_blade_id: u64ssid: Stringpool_id: u64num_of_used_block: u64is_relocation_enabled: booltier_level: Stringused_capacity_per_tier_level1: u64used_capacity_per_tier_level2: u64used_capacity_per_tier_level3: Option<u64>tier_level_for_new_page_allocation: Stringresource_group_id: u64data_reduction_status: Stringdata_reduction_mode: Stringis_alua_enabled: bool

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

Deserialize this value from the given Serde deserializer. 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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.

Get the TypeId of this object.