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