#[repr(C, packed(1))]pub struct HostPointIPInfo {
pub host_ip_addr: [c_char; 16],
pub host_point_data_port: u16,
pub lidar_point_data_port: u16,
}Fields§
§host_ip_addr: [c_char; 16]< IP address.
host_point_data_port: u16§lidar_point_data_port: u16Trait Implementations§
Source§impl Clone for HostPointIPInfo
impl Clone for HostPointIPInfo
Source§fn clone(&self) -> HostPointIPInfo
fn clone(&self) -> HostPointIPInfo
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 HostPointIPInfo
impl Debug for HostPointIPInfo
impl Copy for HostPointIPInfo
Auto Trait Implementations§
impl Freeze for HostPointIPInfo
impl RefUnwindSafe for HostPointIPInfo
impl Send for HostPointIPInfo
impl Sync for HostPointIPInfo
impl Unpin for HostPointIPInfo
impl UnwindSafe for HostPointIPInfo
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