pub struct ExtrudeProfileReferenceField {
pub references: Vec<PayloadObjectReference>,
pub witnessed: bool,
}Expand description
Ordered extrusion profile-reference field and its redundant witness state.
Fields§
§references: Vec<PayloadObjectReference>Ordered profile object indices.
witnessed: boolWhether a second field repeats the encoded reference list exactly once.
Trait Implementations§
Source§impl Clone for ExtrudeProfileReferenceField
impl Clone for ExtrudeProfileReferenceField
Source§fn clone(&self) -> ExtrudeProfileReferenceField
fn clone(&self) -> ExtrudeProfileReferenceField
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 moreSource§impl Debug for ExtrudeProfileReferenceField
impl Debug for ExtrudeProfileReferenceField
impl Eq for ExtrudeProfileReferenceField
impl StructuralPartialEq for ExtrudeProfileReferenceField
Auto Trait Implementations§
impl Freeze for ExtrudeProfileReferenceField
impl RefUnwindSafe for ExtrudeProfileReferenceField
impl Send for ExtrudeProfileReferenceField
impl Sync for ExtrudeProfileReferenceField
impl Unpin for ExtrudeProfileReferenceField
impl UnsafeUnpin for ExtrudeProfileReferenceField
impl UnwindSafe for ExtrudeProfileReferenceField
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