Struct windows_sys::Win32::Storage::FileSystem::TAPE_ERASE
[−]#[repr(C)]pub struct TAPE_ERASE {
pub Type: ERASE_TAPE_TYPE,
pub Immediate: BOOLEAN,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
Type: ERASE_TAPE_TYPE
Immediate: BOOLEAN
Trait Implementations
impl Clone for TAPE_ERASE
impl Clone for TAPE_ERASE
impl Copy for TAPE_ERASE
Auto Trait Implementations
impl RefUnwindSafe for TAPE_ERASE
impl Send for TAPE_ERASE
impl Sync for TAPE_ERASE
impl Unpin for TAPE_ERASE
impl UnwindSafe for TAPE_ERASE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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