struct AggregateLayout {
payload_bytes: u32,
fields: Vec<FieldLayout>,
}Fields§
§payload_bytes: u32§fields: Vec<FieldLayout>Trait Implementations§
Source§impl Clone for AggregateLayout
impl Clone for AggregateLayout
Source§fn clone(&self) -> AggregateLayout
fn clone(&self) -> AggregateLayout
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AggregateLayout
impl RefUnwindSafe for AggregateLayout
impl Send for AggregateLayout
impl Sync for AggregateLayout
impl Unpin for AggregateLayout
impl UnwindSafe for AggregateLayout
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