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