#[repr(C)]
pub union IO_FOEXT_SILO_PARAMETERS_0 {
pub Anonymous: IO_FOEXT_SILO_PARAMETERS_0_0,
pub Flags: u32,
}
Expand description
Required features: "Wdk_Foundation"
Fields§
§Anonymous: IO_FOEXT_SILO_PARAMETERS_0_0
§Flags: u32
Trait Implementations§
§impl Clone for IO_FOEXT_SILO_PARAMETERS_0
impl Clone for IO_FOEXT_SILO_PARAMETERS_0
impl Copy for IO_FOEXT_SILO_PARAMETERS_0
Auto Trait Implementations§
impl RefUnwindSafe for IO_FOEXT_SILO_PARAMETERS_0
impl Send for IO_FOEXT_SILO_PARAMETERS_0
impl Sync for IO_FOEXT_SILO_PARAMETERS_0
impl Unpin for IO_FOEXT_SILO_PARAMETERS_0
impl UnwindSafe for IO_FOEXT_SILO_PARAMETERS_0
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