Struct windows_sys::Wdk::Storage::FileSystem::CONTAINER_ROOT_INFO_INPUT
#[repr(C)]pub struct CONTAINER_ROOT_INFO_INPUT {
pub Flags: u32,
}
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§
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