#[repr(C)]pub struct ChardevUdp {
pub has_logfile: bool,
pub logfile: *mut i8,
pub has_logappend: bool,
pub logappend: bool,
pub remote: *mut SocketAddress,
pub has_local: bool,
pub local: *mut SocketAddress,
}Fields§
§has_logfile: bool§logfile: *mut i8§has_logappend: bool§logappend: bool§remote: *mut SocketAddress§has_local: bool§local: *mut SocketAddressTrait Implementations§
Source§impl Clone for ChardevUdp
impl Clone for ChardevUdp
Source§fn clone(&self) -> ChardevUdp
fn clone(&self) -> ChardevUdp
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 ChardevUdp
impl Debug for ChardevUdp
impl Copy for ChardevUdp
Auto Trait Implementations§
impl Freeze for ChardevUdp
impl RefUnwindSafe for ChardevUdp
impl !Send for ChardevUdp
impl !Sync for ChardevUdp
impl Unpin for ChardevUdp
impl UnwindSafe for ChardevUdp
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