Struct windows_sys::Win32::System::Ioctl::CONTAINER_VOLUME_STATE
#[repr(C)]pub struct CONTAINER_VOLUME_STATE {
pub Flags: u32,
}
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§
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