pub struct CellFrequencyLinkSubcell {
pub cell_id_extension: u8,
pub transposer_frequency: u32,
}Expand description
One transposer sub-cell.
Fields§
§cell_id_extension: u88-bit cell_id_extension.
transposer_frequency: u3232-bit transposer_frequency (10 Hz units).
Trait Implementations§
Source§impl Clone for CellFrequencyLinkSubcell
impl Clone for CellFrequencyLinkSubcell
Source§fn clone(&self) -> CellFrequencyLinkSubcell
fn clone(&self) -> CellFrequencyLinkSubcell
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 CellFrequencyLinkSubcell
Source§impl Debug for CellFrequencyLinkSubcell
impl Debug for CellFrequencyLinkSubcell
Source§impl<'de> Deserialize<'de> for CellFrequencyLinkSubcell
impl<'de> Deserialize<'de> for CellFrequencyLinkSubcell
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CellFrequencyLinkSubcell
Source§impl PartialEq for CellFrequencyLinkSubcell
impl PartialEq for CellFrequencyLinkSubcell
Source§fn eq(&self, other: &CellFrequencyLinkSubcell) -> bool
fn eq(&self, other: &CellFrequencyLinkSubcell) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CellFrequencyLinkSubcell
impl Serialize for CellFrequencyLinkSubcell
impl StructuralPartialEq for CellFrequencyLinkSubcell
Auto Trait Implementations§
impl Freeze for CellFrequencyLinkSubcell
impl RefUnwindSafe for CellFrequencyLinkSubcell
impl Send for CellFrequencyLinkSubcell
impl Sync for CellFrequencyLinkSubcell
impl Unpin for CellFrequencyLinkSubcell
impl UnsafeUnpin for CellFrequencyLinkSubcell
impl UnwindSafe for CellFrequencyLinkSubcell
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