#[repr(C)]pub struct STORAGE_TIER {
pub Id: Guid,
pub Name: [u16; 256],
pub Description: [u16; 256],
pub Flags: u64,
pub ProvisionedCapacity: u64,
pub MediaType: STORAGE_TIER_MEDIA_TYPE,
pub Class: STORAGE_TIER_CLASS,
}Fields§
§Id: Guid§Name: [u16; 256]§Description: [u16; 256]§Flags: u64§ProvisionedCapacity: u64§MediaType: STORAGE_TIER_MEDIA_TYPE§Class: STORAGE_TIER_CLASSTrait Implementations§
Source§impl Abi for STORAGE_TIER
impl Abi for STORAGE_TIER
Source§type Abi = STORAGE_TIER
type Abi = STORAGE_TIER
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_TIER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_TIER
impl Clone for STORAGE_TIER
Source§fn clone(&self) -> STORAGE_TIER
fn clone(&self) -> STORAGE_TIER
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STORAGE_TIER
Source§impl Debug for STORAGE_TIER
impl Debug for STORAGE_TIER
Source§impl Default for STORAGE_TIER
impl Default for STORAGE_TIER
impl Eq for STORAGE_TIER
Auto Trait Implementations§
impl Freeze for STORAGE_TIER
impl RefUnwindSafe for STORAGE_TIER
impl Send for STORAGE_TIER
impl Sync for STORAGE_TIER
impl Unpin for STORAGE_TIER
impl UnsafeUnpin for STORAGE_TIER
impl UnwindSafe for STORAGE_TIER
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