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