Struct windows_sys::Win32::Storage::FileSystem::TAPE_PREPARE
[−]#[repr(C)]pub struct TAPE_PREPARE {
pub Operation: PREPARE_TAPE_OPERATION,
pub Immediate: BOOLEAN,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
Operation: PREPARE_TAPE_OPERATION
Immediate: BOOLEAN
Trait Implementations
impl Clone for TAPE_PREPARE
impl Clone for TAPE_PREPARE
impl Copy for TAPE_PREPARE
Auto Trait Implementations
impl RefUnwindSafe for TAPE_PREPARE
impl Send for TAPE_PREPARE
impl Sync for TAPE_PREPARE
impl Unpin for TAPE_PREPARE
impl UnwindSafe for TAPE_PREPARE
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