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
impl Copy for UserPrmDataType
impl Eq for UserPrmDataType
impl StructuralPartialEq for UserPrmDataType
Auto Trait Implementations§
impl Freeze for UserPrmDataType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)