Struct prc::prc_trait::StructData
source · [−]Expand description
Information read from a struct to facilitate reading child params
Fields
position: u64len: u32ref_offset: u32Implementations
sourceimpl StructData
impl StructData
Trait Implementations
sourceimpl Clone for StructData
impl Clone for StructData
sourcefn clone(&self) -> StructData
fn clone(&self) -> StructData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StructData
impl Debug for StructData
impl Copy for StructData
Auto Trait Implementations
impl RefUnwindSafe for StructData
impl Send for StructData
impl Sync for StructData
impl Unpin for StructData
impl UnwindSafe for StructData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more