#[repr(C)]#[repr(packed)]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
sourceimpl Clone for CONNECTION_DES
impl Clone for CONNECTION_DES
sourcefn clone(&self) -> CONNECTION_DES
fn clone(&self) -> CONNECTION_DES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for CONNECTION_DES
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more