Struct windows_sys::Win32::System::Ioctl::STORAGE_PRIORITY_HINT_SUPPORT
[−]#[repr(C)]pub struct STORAGE_PRIORITY_HINT_SUPPORT {
pub SupportFlags: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
SupportFlags: u32
Trait Implementations
impl Clone for STORAGE_PRIORITY_HINT_SUPPORT
impl Clone for STORAGE_PRIORITY_HINT_SUPPORT
impl Copy for STORAGE_PRIORITY_HINT_SUPPORT
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PRIORITY_HINT_SUPPORT
impl Send for STORAGE_PRIORITY_HINT_SUPPORT
impl Sync for STORAGE_PRIORITY_HINT_SUPPORT
impl Unpin for STORAGE_PRIORITY_HINT_SUPPORT
impl UnwindSafe for STORAGE_PRIORITY_HINT_SUPPORT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more