Struct windows_sys::Win32::System::Ioctl::REASSIGN_BLOCKS_EX
[−]#[repr(C, packed(1))]pub struct REASSIGN_BLOCKS_EX {
pub Reserved: u16,
pub Count: u16,
pub BlockNumber: [i64; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Reserved: u16
Count: u16
BlockNumber: [i64; 1]
Trait Implementations
impl Clone for REASSIGN_BLOCKS_EX
impl Clone for REASSIGN_BLOCKS_EX
impl Copy for REASSIGN_BLOCKS_EX
Auto Trait Implementations
impl RefUnwindSafe for REASSIGN_BLOCKS_EX
impl Send for REASSIGN_BLOCKS_EX
impl Sync for REASSIGN_BLOCKS_EX
impl Unpin for REASSIGN_BLOCKS_EX
impl UnwindSafe for REASSIGN_BLOCKS_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more