Struct winapi::um::winnt::TAPE_SET_POSITION
source · #[repr(C)]pub struct TAPE_SET_POSITION {
pub Method: DWORD,
pub Partition: DWORD,
pub Offset: LARGE_INTEGER,
pub Immediate: BOOLEAN,
}Fields§
§Method: DWORD§Partition: DWORD§Offset: LARGE_INTEGER§Immediate: BOOLEANTrait Implementations§
source§impl Clone for TAPE_SET_POSITION
impl Clone for TAPE_SET_POSITION
source§fn clone(&self) -> TAPE_SET_POSITION
fn clone(&self) -> TAPE_SET_POSITION
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_SET_POSITION
impl Default for TAPE_SET_POSITION
source§fn default() -> TAPE_SET_POSITION
fn default() -> TAPE_SET_POSITION
Returns the “default value” for a type. Read more