#[repr(C)]pub struct _FS_BPIO_INFO {
pub ActiveBypassIoCount: DWORD,
pub StorageDriverNameLen: WORD,
pub StorageDriverName: [WCHAR; 32],
}Fields§
§ActiveBypassIoCount: DWORD§StorageDriverNameLen: WORD§StorageDriverName: [WCHAR; 32]Trait Implementations§
Source§impl Clone for _FS_BPIO_INFO
impl Clone for _FS_BPIO_INFO
Source§fn clone(&self) -> _FS_BPIO_INFO
fn clone(&self) -> _FS_BPIO_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _FS_BPIO_INFO
impl Debug for _FS_BPIO_INFO
impl Copy for _FS_BPIO_INFO
Auto Trait Implementations§
impl Freeze for _FS_BPIO_INFO
impl RefUnwindSafe for _FS_BPIO_INFO
impl Send for _FS_BPIO_INFO
impl Sync for _FS_BPIO_INFO
impl Unpin for _FS_BPIO_INFO
impl UnwindSafe for _FS_BPIO_INFO
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