pub struct BlockConstructionReferenceField {
pub control: u8,
pub references: Vec<PayloadObjectReference>,
}Expand description
Ordered construction-reference field at the start of a BLOCK payload.
Fields§
§control: u8Payload control byte preceding the field framing.
references: Vec<PayloadObjectReference>Eighteen leading references followed by the terminal reference.
Trait Implementations§
Source§impl Clone for BlockConstructionReferenceField
impl Clone for BlockConstructionReferenceField
Source§fn clone(&self) -> BlockConstructionReferenceField
fn clone(&self) -> BlockConstructionReferenceField
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 Eq for BlockConstructionReferenceField
impl StructuralPartialEq for BlockConstructionReferenceField
Auto Trait Implementations§
impl Freeze for BlockConstructionReferenceField
impl RefUnwindSafe for BlockConstructionReferenceField
impl Send for BlockConstructionReferenceField
impl Sync for BlockConstructionReferenceField
impl Unpin for BlockConstructionReferenceField
impl UnsafeUnpin for BlockConstructionReferenceField
impl UnwindSafe for BlockConstructionReferenceField
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