pub struct StructData {
pub position: u64,
pub len: u32,
pub ref_offset: u32,
}Expand description
Information read from a struct to facilitate reading child params
Fields§
§position: u64§len: u32§ref_offset: u32Implementations§
Source§impl StructData
impl StructData
Trait Implementations§
Source§impl Clone for StructData
impl Clone for StructData
Source§fn clone(&self) -> StructData
fn clone(&self) -> StructData
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 StructData
impl Debug for StructData
impl Copy for StructData
Auto Trait Implementations§
impl Freeze for StructData
impl RefUnwindSafe for StructData
impl Send for StructData
impl Sync for StructData
impl Unpin for StructData
impl UnwindSafe for StructData
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