#[repr(C)]pub struct _REASSIGN_BLOCKS {
pub Reserved: WORD,
pub Count: WORD,
pub BlockNumber: [DWORD; 1],
}Fields§
§Reserved: WORD§Count: WORD§BlockNumber: [DWORD; 1]Trait Implementations§
Source§impl Clone for _REASSIGN_BLOCKS
impl Clone for _REASSIGN_BLOCKS
Source§fn clone(&self) -> _REASSIGN_BLOCKS
fn clone(&self) -> _REASSIGN_BLOCKS
Returns a duplicate 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 moreSource§impl Debug for _REASSIGN_BLOCKS
impl Debug for _REASSIGN_BLOCKS
impl Copy for _REASSIGN_BLOCKS
Auto Trait Implementations§
impl Freeze for _REASSIGN_BLOCKS
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§
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