Struct windows_sys::Win32::System::Ioctl::CONTAINER_ROOT_INFO_INPUT
[−]#[repr(C)]pub struct CONTAINER_ROOT_INFO_INPUT {
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: u32
Trait Implementations
impl Clone for CONTAINER_ROOT_INFO_INPUT
impl Clone for CONTAINER_ROOT_INFO_INPUT
impl Copy for CONTAINER_ROOT_INFO_INPUT
Auto Trait Implementations
impl RefUnwindSafe for CONTAINER_ROOT_INFO_INPUT
impl Send for CONTAINER_ROOT_INFO_INPUT
impl Sync for CONTAINER_ROOT_INFO_INPUT
impl Unpin for CONTAINER_ROOT_INFO_INPUT
impl UnwindSafe for CONTAINER_ROOT_INFO_INPUT
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