Union windows_sys::Win32::System::Ioctl::FS_BPIO_OUTPUT_0
#[repr(C)]
pub union FS_BPIO_OUTPUT_0 {
pub Enable: FS_BPIO_RESULTS,
pub Query: FS_BPIO_RESULTS,
pub VolumeStackResume: FS_BPIO_RESULTS,
pub StreamResume: FS_BPIO_RESULTS,
pub GetInfo: FS_BPIO_INFO,
}
Fields§
§Enable: FS_BPIO_RESULTS
§Query: FS_BPIO_RESULTS
§VolumeStackResume: FS_BPIO_RESULTS
§StreamResume: FS_BPIO_RESULTS
§GetInfo: FS_BPIO_INFO
Trait Implementations§
§impl Clone for FS_BPIO_OUTPUT_0
impl Clone for FS_BPIO_OUTPUT_0
impl Copy for FS_BPIO_OUTPUT_0
Auto Trait Implementations§
impl RefUnwindSafe for FS_BPIO_OUTPUT_0
impl Send for FS_BPIO_OUTPUT_0
impl Sync for FS_BPIO_OUTPUT_0
impl Unpin for FS_BPIO_OUTPUT_0
impl UnwindSafe for FS_BPIO_OUTPUT_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