#[repr(C)]pub struct TAPE_SET_MEDIA_PARAMETERS {
pub BlockSize: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
BlockSize: u32
Trait Implementations
impl Clone for TAPE_SET_MEDIA_PARAMETERS
impl Clone for TAPE_SET_MEDIA_PARAMETERS
impl Copy for TAPE_SET_MEDIA_PARAMETERS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more