#[repr(C)]pub struct REASSIGN_BLOCKS {
pub Reserved: u16,
pub Count: u16,
pub BlockNumber: [u32; 1],
}Fields§
§Reserved: u16§Count: u16§BlockNumber: [u32; 1]Trait Implementations§
Source§impl Abi for REASSIGN_BLOCKS
impl Abi for REASSIGN_BLOCKS
Source§type Abi = REASSIGN_BLOCKS
type Abi = REASSIGN_BLOCKS
The abi representation of the implementing type. Read more
type DefaultType = REASSIGN_BLOCKS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for REASSIGN_BLOCKS
Source§impl Debug for REASSIGN_BLOCKS
impl Debug for REASSIGN_BLOCKS
Source§impl Default for REASSIGN_BLOCKS
impl Default for REASSIGN_BLOCKS
impl Eq 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 UnsafeUnpin 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