Enum gsd_parser::UserPrmDataType
source · pub enum UserPrmDataType {
Unsigned8,
Unsigned16,
Unsigned32,
Signed8,
Signed16,
Signed32,
Bit(u8),
BitArea(u8, u8),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for UserPrmDataType
impl Clone for UserPrmDataType
source§fn clone(&self) -> UserPrmDataType
fn clone(&self) -> UserPrmDataType
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 UserPrmDataType
impl Debug for UserPrmDataType
source§impl PartialEq for UserPrmDataType
impl PartialEq for UserPrmDataType
source§fn eq(&self, other: &UserPrmDataType) -> bool
fn eq(&self, other: &UserPrmDataType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for UserPrmDataType
impl Eq for UserPrmDataType
impl StructuralEq for UserPrmDataType
impl StructuralPartialEq for UserPrmDataType
Auto Trait Implementations§
impl RefUnwindSafe for UserPrmDataType
impl Send for UserPrmDataType
impl Sync for UserPrmDataType
impl Unpin for UserPrmDataType
impl UnwindSafe for UserPrmDataType
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