Struct embedded_bacnet::network_protocol::network_pdu::Addr
source · pub struct Addr {
pub ipv4: [u8; 4],
pub port: u16,
}Fields§
§ipv4: [u8; 4]§port: u16Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
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