Struct windows_native::winsta::WINSTATIONPRODID
source ยท #[repr(C)]pub struct WINSTATIONPRODID {
pub DigProductId: [u16; 32],
pub ClientDigProductId: [u16; 32],
pub OuterMostDigProductId: [u16; 32],
pub CurrentSessionId: u32,
pub ClientSessionId: u32,
pub OuterMostSessionId: u32,
}Fieldsยง
ยงDigProductId: [u16; 32]ยงClientDigProductId: [u16; 32]ยงOuterMostDigProductId: [u16; 32]ยงCurrentSessionId: u32ยงClientSessionId: u32ยงOuterMostSessionId: u32Trait Implementationsยง
sourceยงimpl Debug for WINSTATIONPRODID
impl Debug for WINSTATIONPRODID
Auto Trait Implementationsยง
impl RefUnwindSafe for WINSTATIONPRODID
impl Send for WINSTATIONPRODID
impl Sync for WINSTATIONPRODID
impl Unpin for WINSTATIONPRODID
impl UnwindSafe for WINSTATIONPRODID
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