#[repr(C)]#[repr(packed)]pub struct REASSIGN_BLOCKS_EX {
pub Reserved: WORD,
pub Count: WORD,
pub BlockNumber: [LARGE_INTEGER; 1],
}
Fields
Reserved: WORD
Count: WORD
BlockNumber: [LARGE_INTEGER; 1]
Trait Implementations
sourceimpl Clone for REASSIGN_BLOCKS_EX
impl Clone for REASSIGN_BLOCKS_EX
sourcefn clone(&self) -> REASSIGN_BLOCKS_EX
fn clone(&self) -> REASSIGN_BLOCKS_EX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more