Struct cea608_types::tables::PreambleAddressCode
source · pub struct PreambleAddressCode { /* private fields */ }Trait Implementations§
source§impl Clone for PreambleAddressCode
impl Clone for PreambleAddressCode
source§fn clone(&self) -> PreambleAddressCode
fn clone(&self) -> PreambleAddressCode
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 PreambleAddressCode
impl Debug for PreambleAddressCode
source§impl Ord for PreambleAddressCode
impl Ord for PreambleAddressCode
source§fn cmp(&self, other: &PreambleAddressCode) -> Ordering
fn cmp(&self, other: &PreambleAddressCode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PreambleAddressCode
impl PartialEq for PreambleAddressCode
source§fn eq(&self, other: &PreambleAddressCode) -> bool
fn eq(&self, other: &PreambleAddressCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PreambleAddressCode
impl PartialOrd for PreambleAddressCode
source§fn partial_cmp(&self, other: &PreambleAddressCode) -> Option<Ordering>
fn partial_cmp(&self, other: &PreambleAddressCode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for PreambleAddressCode
impl Eq for PreambleAddressCode
impl StructuralPartialEq for PreambleAddressCode
Auto Trait Implementations§
impl Freeze for PreambleAddressCode
impl RefUnwindSafe for PreambleAddressCode
impl Send for PreambleAddressCode
impl Sync for PreambleAddressCode
impl Unpin for PreambleAddressCode
impl UnwindSafe for PreambleAddressCode
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