pub struct SurfaceFeaturePayloadReferenceField {
pub references: [PayloadObjectReference; 14],
}Expand description
Exact common construction references in a surface-feature payload.
Fields§
§references: [PayloadObjectReference; 14]Eleven header references followed by the trailing three references.
Trait Implementations§
Source§impl Clone for SurfaceFeaturePayloadReferenceField
impl Clone for SurfaceFeaturePayloadReferenceField
Source§fn clone(&self) -> SurfaceFeaturePayloadReferenceField
fn clone(&self) -> SurfaceFeaturePayloadReferenceField
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 SurfaceFeaturePayloadReferenceField
impl StructuralPartialEq for SurfaceFeaturePayloadReferenceField
Auto Trait Implementations§
impl Freeze for SurfaceFeaturePayloadReferenceField
impl RefUnwindSafe for SurfaceFeaturePayloadReferenceField
impl Send for SurfaceFeaturePayloadReferenceField
impl Sync for SurfaceFeaturePayloadReferenceField
impl Unpin for SurfaceFeaturePayloadReferenceField
impl UnsafeUnpin for SurfaceFeaturePayloadReferenceField
impl UnwindSafe for SurfaceFeaturePayloadReferenceField
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