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_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§
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