Struct windows::Win32::System::SystemServices::TAPE_SET_MEDIA_PARAMETERS
#[repr(C)]pub struct TAPE_SET_MEDIA_PARAMETERS {
pub BlockSize: u32,
}
Fields§
§BlockSize: u32
Trait Implementations§
§impl Clone for TAPE_SET_MEDIA_PARAMETERS
impl Clone for TAPE_SET_MEDIA_PARAMETERS
§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 more§impl Debug for TAPE_SET_MEDIA_PARAMETERS
impl Debug for TAPE_SET_MEDIA_PARAMETERS
§impl Default for TAPE_SET_MEDIA_PARAMETERS
impl Default for TAPE_SET_MEDIA_PARAMETERS
§impl PartialEq for TAPE_SET_MEDIA_PARAMETERS
impl PartialEq for TAPE_SET_MEDIA_PARAMETERS
§fn eq(&self, other: &TAPE_SET_MEDIA_PARAMETERS) -> bool
fn eq(&self, other: &TAPE_SET_MEDIA_PARAMETERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TAPE_SET_MEDIA_PARAMETERS
impl Eq for TAPE_SET_MEDIA_PARAMETERS
impl StructuralPartialEq for TAPE_SET_MEDIA_PARAMETERS
Auto Trait Implementations§
impl Freeze for TAPE_SET_MEDIA_PARAMETERS
impl RefUnwindSafe for TAPE_SET_MEDIA_PARAMETERS
impl Send for TAPE_SET_MEDIA_PARAMETERS
impl Sync for TAPE_SET_MEDIA_PARAMETERS
impl Unpin for TAPE_SET_MEDIA_PARAMETERS
impl UnwindSafe for TAPE_SET_MEDIA_PARAMETERS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)