Struct windows_sys::Win32::System::Ioctl::REASSIGN_BLOCKS
[−]#[repr(C)]pub struct REASSIGN_BLOCKS {
pub Reserved: u16,
pub Count: u16,
pub BlockNumber: [u32; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Reserved: u16
Count: u16
BlockNumber: [u32; 1]
Trait Implementations
impl Clone for REASSIGN_BLOCKS
impl Clone for REASSIGN_BLOCKS
impl Copy for REASSIGN_BLOCKS
Auto Trait Implementations
impl RefUnwindSafe for REASSIGN_BLOCKS
impl Send for REASSIGN_BLOCKS
impl Sync for REASSIGN_BLOCKS
impl Unpin for REASSIGN_BLOCKS
impl UnwindSafe for REASSIGN_BLOCKS
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