#[repr(C, packed(1))]pub struct CONNECTION_DES {
pub COND_Type: DWORD,
pub COND_Flags: DWORD,
pub COND_Class: BYTE,
pub COND_ClassType: BYTE,
pub COND_Reserved1: BYTE,
pub COND_Reserved2: BYTE,
pub COND_Id: LARGE_INTEGER,
}
Fields§
§COND_Type: DWORD
§COND_Flags: DWORD
§COND_Class: BYTE
§COND_ClassType: BYTE
§COND_Reserved1: BYTE
§COND_Reserved2: BYTE
§COND_Id: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for CONNECTION_DES
impl Clone for CONNECTION_DES
Source§fn clone(&self) -> CONNECTION_DES
fn clone(&self) -> CONNECTION_DES
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 moreimpl Copy for CONNECTION_DES
Auto Trait Implementations§
impl Freeze for CONNECTION_DES
impl RefUnwindSafe for CONNECTION_DES
impl Send for CONNECTION_DES
impl Sync for CONNECTION_DES
impl Unpin for CONNECTION_DES
impl UnwindSafe for CONNECTION_DES
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