Struct windows_sys::Wdk::System::SystemServices::IO_SESSION_CONNECT_INFO
#[repr(C)]pub struct IO_SESSION_CONNECT_INFO {
pub SessionId: u32,
pub LocalSession: BOOLEAN,
}Expand description
Required features: "Win32_Foundation"
Fields§
§SessionId: u32§LocalSession: BOOLEANTrait Implementations§
§impl Clone for IO_SESSION_CONNECT_INFO
impl Clone for IO_SESSION_CONNECT_INFO
impl Copy for IO_SESSION_CONNECT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for IO_SESSION_CONNECT_INFO
impl Send for IO_SESSION_CONNECT_INFO
impl Sync for IO_SESSION_CONNECT_INFO
impl Unpin for IO_SESSION_CONNECT_INFO
impl UnwindSafe for IO_SESSION_CONNECT_INFO
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