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_TYPEImmediate: BOOLEANTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more