Struct windows_native::winsta::CONNECTCONFIG
source ยท #[repr(C)]pub struct CONNECTCONFIG {
pub Type: ASYNCCONNECTCLASS,
pub padding_0: [u8; 3],
/* private fields */
}Fieldsยง
ยงType: ASYNCCONNECTCLASSยงpadding_0: [u8; 3]Implementationsยง
sourceยงimpl CONNECTCONFIG
impl CONNECTCONFIG
pub fn fEnableBreakDisconnect(&self) -> u32
pub fn set_fEnableBreakDisconnect(&mut self, val: u32)
pub fn new_bitfield_1(fEnableBreakDisconnect: u32) -> BitfieldUnit<[u8; 1]>
Trait Implementationsยง
sourceยงimpl Debug for CONNECTCONFIG
impl Debug 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ยง
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