pub enum TransmitterDetailCarrierPhaseShiftModulation {
Other,
Unspecified(u16),
}Expand description
UID 162
Variants§
Trait Implementations§
Source§impl Clone for TransmitterDetailCarrierPhaseShiftModulation
impl Clone for TransmitterDetailCarrierPhaseShiftModulation
Source§fn clone(&self) -> TransmitterDetailCarrierPhaseShiftModulation
fn clone(&self) -> TransmitterDetailCarrierPhaseShiftModulation
Returns a duplicate 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 From<TransmitterDetailCarrierPhaseShiftModulation> for u16
impl From<TransmitterDetailCarrierPhaseShiftModulation> for u16
Source§fn from(value: TransmitterDetailCarrierPhaseShiftModulation) -> Self
fn from(value: TransmitterDetailCarrierPhaseShiftModulation) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TransmitterDetailCarrierPhaseShiftModulation
impl PartialEq for TransmitterDetailCarrierPhaseShiftModulation
Source§fn eq(&self, other: &TransmitterDetailCarrierPhaseShiftModulation) -> bool
fn eq(&self, other: &TransmitterDetailCarrierPhaseShiftModulation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransmitterDetailCarrierPhaseShiftModulation
impl Eq for TransmitterDetailCarrierPhaseShiftModulation
impl StructuralPartialEq for TransmitterDetailCarrierPhaseShiftModulation
Auto Trait Implementations§
impl Freeze for TransmitterDetailCarrierPhaseShiftModulation
impl RefUnwindSafe for TransmitterDetailCarrierPhaseShiftModulation
impl Send for TransmitterDetailCarrierPhaseShiftModulation
impl Sync for TransmitterDetailCarrierPhaseShiftModulation
impl Unpin for TransmitterDetailCarrierPhaseShiftModulation
impl UnwindSafe for TransmitterDetailCarrierPhaseShiftModulation
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