pub enum MpfDataType {
Long,
Undefined,
Unknown(u16),
}Variants§
Trait Implementations§
Source§impl Clone for MpfDataType
impl Clone for MpfDataType
Source§fn clone(&self) -> MpfDataType
fn clone(&self) -> MpfDataType
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 MpfDataType
impl Debug for MpfDataType
Source§impl TryFrom<u16> for MpfDataType
impl TryFrom<u16> for MpfDataType
impl Copy for MpfDataType
Auto Trait Implementations§
impl Freeze for MpfDataType
impl RefUnwindSafe for MpfDataType
impl Send for MpfDataType
impl Sync for MpfDataType
impl Unpin for MpfDataType
impl UnwindSafe for MpfDataType
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