Struct ntapi::winsta::CONNECTCONFIG
source · [−]#[repr(C)]pub struct CONNECTCONFIG {
pub Type: ASYNCCONNECTCLASS,
pub Bitfields: ULONG,
}
Fields
Type: ASYNCCONNECTCLASS
Bitfields: ULONG
Implementations
sourceimpl CONNECTCONFIG
impl CONNECTCONFIG
pub const fn fEnableBreakDisconnect(&self) -> ULONG
pub fn set_fEnableBreakDisconnect(&mut self, val: ULONG)
Trait Implementations
sourceimpl Clone for CONNECTCONFIG
impl Clone for CONNECTCONFIG
sourcefn clone(&self) -> CONNECTCONFIG
fn clone(&self) -> CONNECTCONFIG
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 CONNECTCONFIG
Auto Trait Implementations
impl RefUnwindSafe for CONNECTCONFIG
impl Send for CONNECTCONFIG
impl Sync for CONNECTCONFIG
impl Unpin for CONNECTCONFIG
impl UnwindSafe for CONNECTCONFIG
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