#[repr(C)]pub struct HYBRID_INFORMATION_Attributes {
pub Bitfield: ULONG,
}
Fields§
§Bitfield: ULONG
Implementations§
Source§impl HYBRID_INFORMATION_Attributes
impl HYBRID_INFORMATION_Attributes
pub fn WriteCacheChangeable(&self) -> ULONG
pub fn set_WriteCacheChangeable(&mut self, val: ULONG)
pub fn WriteThroughIoSupported(&self) -> ULONG
pub fn set_WriteThroughIoSupported(&mut self, val: ULONG)
pub fn FlushCacheSupported(&self) -> ULONG
pub fn set_FlushCacheSupported(&mut self, val: ULONG)
pub fn Removable(&self) -> ULONG
pub fn set_Removable(&mut self, val: ULONG)
pub fn ReservedBits(&self) -> ULONG
pub fn set_ReservedBits(&mut self, val: ULONG)
Trait Implementations§
Source§impl Clone for HYBRID_INFORMATION_Attributes
impl Clone for HYBRID_INFORMATION_Attributes
Source§fn clone(&self) -> HYBRID_INFORMATION_Attributes
fn clone(&self) -> HYBRID_INFORMATION_Attributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for HYBRID_INFORMATION_Attributes
impl Default for HYBRID_INFORMATION_Attributes
Source§fn default() -> HYBRID_INFORMATION_Attributes
fn default() -> HYBRID_INFORMATION_Attributes
Returns the “default value” for a type. Read more
impl Copy for HYBRID_INFORMATION_Attributes
Auto Trait Implementations§
impl Freeze for HYBRID_INFORMATION_Attributes
impl RefUnwindSafe for HYBRID_INFORMATION_Attributes
impl Send for HYBRID_INFORMATION_Attributes
impl Sync for HYBRID_INFORMATION_Attributes
impl Unpin for HYBRID_INFORMATION_Attributes
impl UnwindSafe for HYBRID_INFORMATION_Attributes
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