pub struct SmaEndpoint {
pub susy_id: u16,
pub serial: u32,
}Expand description
Identifies a SMA speedwire communication endpoint.
Fields§
§susy_id: u16SMA Update System-ID.
serial: u32Device serial number.
Implementations§
Trait Implementations§
Source§impl Clone for SmaEndpoint
impl Clone for SmaEndpoint
Source§fn clone(&self) -> SmaEndpoint
fn clone(&self) -> SmaEndpoint
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 Debug for SmaEndpoint
impl Debug for SmaEndpoint
Source§impl Default for SmaEndpoint
impl Default for SmaEndpoint
Source§fn default() -> SmaEndpoint
fn default() -> SmaEndpoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmaEndpoint
impl PartialEq for SmaEndpoint
Source§impl SmaSerde for SmaEndpoint
impl SmaSerde for SmaEndpoint
impl Eq for SmaEndpoint
impl StructuralPartialEq for SmaEndpoint
Auto Trait Implementations§
impl Freeze for SmaEndpoint
impl RefUnwindSafe for SmaEndpoint
impl Send for SmaEndpoint
impl Sync for SmaEndpoint
impl Unpin for SmaEndpoint
impl UnwindSafe for SmaEndpoint
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