pub struct StructSummary {
pub name: String,
pub size: u64,
pub padding_bytes: u64,
}Fields§
§name: String§size: u64§padding_bytes: u64Trait Implementations§
Source§impl Clone for StructSummary
impl Clone for StructSummary
Source§fn clone(&self) -> StructSummary
fn clone(&self) -> StructSummary
Returns a duplicate 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 moreSource§impl Debug for StructSummary
impl Debug for StructSummary
Auto Trait Implementations§
impl Freeze for StructSummary
impl RefUnwindSafe for StructSummary
impl Send for StructSummary
impl Sync for StructSummary
impl Unpin for StructSummary
impl UnwindSafe for StructSummary
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