#[repr(C)]pub struct connectinfo {
pub devnum: c_uint,
pub slow: c_uchar,
}Fields§
§devnum: c_uint§slow: c_ucharTrait Implementations§
Source§impl Clone for connectinfo
impl Clone for connectinfo
Source§fn clone(&self) -> connectinfo
fn clone(&self) -> connectinfo
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 connectinfo
impl Debug for connectinfo
impl Copy for connectinfo
Auto Trait Implementations§
impl Freeze for connectinfo
impl RefUnwindSafe for connectinfo
impl Send for connectinfo
impl Sync for connectinfo
impl Unpin for connectinfo
impl UnwindSafe for connectinfo
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