Struct hpl_asset_assembler::instruction::AddBlock
source · pub struct AddBlock;
Expand description
Instruction.
Trait Implementations§
source§impl Discriminator for AddBlock
impl Discriminator for AddBlock
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for AddBlock
impl Send for AddBlock
impl Sync for AddBlock
impl Unpin for AddBlock
impl UnwindSafe for AddBlock
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