#[repr(C)]pub struct WSLSessionInformation {
pub SessionId: WSLSessionId,
pub UserToken: HANDLE,
pub UserSid: PSID,
}Fields§
§SessionId: WSLSessionId§UserToken: HANDLE§UserSid: PSIDAuto Trait Implementations§
impl Freeze for WSLSessionInformation
impl RefUnwindSafe for WSLSessionInformation
impl !Send for WSLSessionInformation
impl !Sync for WSLSessionInformation
impl Unpin for WSLSessionInformation
impl UnwindSafe for WSLSessionInformation
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