pub struct StructFieldLayout { /* private fields */ }
Expand description
Plain old data for a field. Stores the offset of the field in the struct and the layout of the field.
Implementations§
Trait Implementations§
Source§impl Clone for StructFieldLayout
impl Clone for StructFieldLayout
Source§fn clone(&self) -> StructFieldLayout
fn clone(&self) -> StructFieldLayout
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 moreSource§impl Debug for StructFieldLayout
impl Debug for StructFieldLayout
impl Copy for StructFieldLayout
Auto Trait Implementations§
impl Freeze for StructFieldLayout
impl RefUnwindSafe for StructFieldLayout
impl Send for StructFieldLayout
impl Sync for StructFieldLayout
impl Unpin for StructFieldLayout
impl UnwindSafe for StructFieldLayout
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