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