[][src]Struct CCODE::_FILE_STORAGE_TIER

#[repr(C)]pub struct _FILE_STORAGE_TIER {
    pub Id: GUID,
    pub Name: [WCHAR; 256],
    pub Description: [WCHAR; 256],
    pub Flags: DWORDLONG,
    pub ProvisionedCapacity: DWORDLONG,
    pub MediaType: FILE_STORAGE_TIER_MEDIA_TYPE,
    pub Class: FILE_STORAGE_TIER_CLASS,
}

Fields

Id: GUIDName: [WCHAR; 256]Description: [WCHAR; 256]Flags: DWORDLONGProvisionedCapacity: DWORDLONGMediaType: FILE_STORAGE_TIER_MEDIA_TYPEClass: FILE_STORAGE_TIER_CLASS

Trait Implementations

impl Clone for _FILE_STORAGE_TIER[src]

impl Copy for _FILE_STORAGE_TIER[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.