pub struct CompoundField {
pub name: String,
pub ty: TypeDescriptor,
pub offset: usize,
pub index: usize,
}
Fields§
§name: String
§ty: TypeDescriptor
§offset: usize
§index: usize
Implementations§
Trait Implementations§
Source§impl Clone for CompoundField
impl Clone for CompoundField
Source§fn clone(&self) -> CompoundField
fn clone(&self) -> CompoundField
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 CompoundField
impl Debug for CompoundField
Source§impl PartialEq for CompoundField
impl PartialEq for CompoundField
impl Eq for CompoundField
impl StructuralPartialEq for CompoundField
Auto Trait Implementations§
impl Freeze for CompoundField
impl RefUnwindSafe for CompoundField
impl Send for CompoundField
impl Sync for CompoundField
impl Unpin for CompoundField
impl UnwindSafe for CompoundField
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