Struct gsd_parser::UserPrmData
source · pub struct UserPrmData {
pub length: u8,
pub data_const: Vec<(usize, Vec<u8>)>,
pub data_ref: Vec<(usize, Arc<UserPrmDataDefinition>)>,
}Fields§
§length: u8§data_const: Vec<(usize, Vec<u8>)>§data_ref: Vec<(usize, Arc<UserPrmDataDefinition>)>Trait Implementations§
source§impl Clone for UserPrmData
impl Clone for UserPrmData
source§fn clone(&self) -> UserPrmData
fn clone(&self) -> UserPrmData
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 UserPrmData
impl Debug for UserPrmData
source§impl Default for UserPrmData
impl Default for UserPrmData
source§fn default() -> UserPrmData
fn default() -> UserPrmData
Returns the “default value” for a type. Read more
source§impl PartialEq for UserPrmData
impl PartialEq for UserPrmData
source§fn eq(&self, other: &UserPrmData) -> bool
fn eq(&self, other: &UserPrmData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UserPrmData
impl StructuralEq for UserPrmData
impl StructuralPartialEq for UserPrmData
Auto Trait Implementations§
impl RefUnwindSafe for UserPrmData
impl Send for UserPrmData
impl Sync for UserPrmData
impl Unpin for UserPrmData
impl UnwindSafe for UserPrmData
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