pub struct BaseStructure {
    pub ty: Ref<NamedTypeReference>,
    pub offset: u64,
    pub width: u64,
}Fields§
§ty: Ref<NamedTypeReference>§offset: u64§width: u64Implementations§
source§impl BaseStructure
 
impl BaseStructure
Trait Implementations§
source§impl Clone for BaseStructure
 
impl Clone for BaseStructure
source§fn clone(&self) -> BaseStructure
 
fn clone(&self) -> BaseStructure
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 BaseStructure
 
impl Debug for BaseStructure
source§impl Hash for BaseStructure
 
impl Hash for BaseStructure
source§impl PartialEq for BaseStructure
 
impl PartialEq for BaseStructure
impl Eq for BaseStructure
impl StructuralPartialEq for BaseStructure
Auto Trait Implementations§
impl Freeze for BaseStructure
impl RefUnwindSafe for BaseStructure
impl !Send for BaseStructure
impl !Sync for BaseStructure
impl Unpin for BaseStructure
impl UnwindSafe for BaseStructure
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