pub enum DmsSignType {
Other = 1,
Bos = 2,
Cms = 3,
VmsChar = 4,
VmsLine = 5,
VmsFull = 6,
PortableOther = 129,
PortableBos = 130,
PortableCms = 131,
PortableVmsChar = 132,
PortableVmsLine = 133,
PortableVmsFull = 134,
}Expand description
Sign type
Variants§
Other = 1
Bos = 2
Cms = 3
VmsChar = 4
VmsLine = 5
VmsFull = 6
PortableOther = 129
PortableBos = 130
PortableCms = 131
PortableVmsChar = 132
PortableVmsLine = 133
PortableVmsFull = 134
Trait Implementations§
Source§impl Clone for DmsSignType
impl Clone for DmsSignType
Source§fn clone(&self) -> DmsSignType
fn clone(&self) -> DmsSignType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DmsSignType
Source§impl Debug for DmsSignType
impl Debug for DmsSignType
impl Eq for DmsSignType
Source§impl PartialEq for DmsSignType
impl PartialEq for DmsSignType
Source§fn eq(&self, other: &DmsSignType) -> bool
fn eq(&self, other: &DmsSignType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DmsSignType
Auto Trait Implementations§
impl Freeze for DmsSignType
impl RefUnwindSafe for DmsSignType
impl Send for DmsSignType
impl Sync for DmsSignType
impl Unpin for DmsSignType
impl UnsafeUnpin for DmsSignType
impl UnwindSafe for DmsSignType
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