Struct winapi::um::winnt::TAPE_ERASE
source · #[repr(C)]pub struct TAPE_ERASE {
pub Type: DWORD,
pub Immediate: BOOLEAN,
}
Fields§
§Type: DWORD
§Immediate: BOOLEAN
Trait Implementations§
source§impl Clone for TAPE_ERASE
impl Clone for TAPE_ERASE
source§fn clone(&self) -> TAPE_ERASE
fn clone(&self) -> TAPE_ERASE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for TAPE_ERASE
impl Default for TAPE_ERASE
source§fn default() -> TAPE_ERASE
fn default() -> TAPE_ERASE
Returns the “default value” for a type. Read more