Struct CONNECTIONLIST
#[repr(C)]pub struct CONNECTIONLIST {
pub cbSize: u32,
pub cConnections: u32,
}
Fields§
§cbSize: u32
§cConnections: u32
Trait Implementations§
§impl Clone for CONNECTIONLIST
impl Clone for CONNECTIONLIST
§fn clone(&self) -> CONNECTIONLIST
fn clone(&self) -> CONNECTIONLIST
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 more§impl Debug for CONNECTIONLIST
impl Debug for CONNECTIONLIST
§impl Default for CONNECTIONLIST
impl Default for CONNECTIONLIST
§impl PartialEq for CONNECTIONLIST
impl PartialEq for CONNECTIONLIST
impl Copy for CONNECTIONLIST
impl StructuralPartialEq for CONNECTIONLIST
Auto Trait Implementations§
impl Freeze for CONNECTIONLIST
impl RefUnwindSafe for CONNECTIONLIST
impl Send for CONNECTIONLIST
impl Sync for CONNECTIONLIST
impl Unpin for CONNECTIONLIST
impl UnwindSafe for CONNECTIONLIST
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