Enum DacTrigRmp
#[repr(u8)]pub enum DacTrigRmp {
NOTREMAPPED = 0,
REMAPPED = 1,
}
Variants§
Implementations§
§impl DacTrigRmp
impl DacTrigRmp
pub const fn from_bits(val: u8) -> DacTrigRmp
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for DacTrigRmp
impl Clone for DacTrigRmp
§fn clone(&self) -> DacTrigRmp
fn clone(&self) -> DacTrigRmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl From<DacTrigRmp> for u8
impl From<DacTrigRmp> for u8
§fn from(val: DacTrigRmp) -> u8
fn from(val: DacTrigRmp) -> u8
Converts to this type from the input type.
§impl From<u8> for DacTrigRmp
impl From<u8> for DacTrigRmp
§fn from(val: u8) -> DacTrigRmp
fn from(val: u8) -> DacTrigRmp
Converts to this type from the input type.
§impl Ord for DacTrigRmp
impl Ord for DacTrigRmp
§impl PartialEq for DacTrigRmp
impl PartialEq for DacTrigRmp
§impl PartialOrd for DacTrigRmp
impl PartialOrd for DacTrigRmp
impl Copy for DacTrigRmp
impl Eq for DacTrigRmp
impl StructuralPartialEq for DacTrigRmp
Auto Trait Implementations§
impl Freeze for DacTrigRmp
impl RefUnwindSafe for DacTrigRmp
impl Send for DacTrigRmp
impl Sync for DacTrigRmp
impl Unpin for DacTrigRmp
impl UnwindSafe for DacTrigRmp
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