Struct ntapi::winsta::WINSTATIONPRODID
source · [−]#[repr(C)]pub struct WINSTATIONPRODID {
pub DigProductId: [WCHAR; 32],
pub ClientDigProductId: [WCHAR; 32],
pub OuterMostDigProductId: [WCHAR; 32],
pub CurrentSessionId: ULONG,
pub ClientSessionId: ULONG,
pub OuterMostSessionId: ULONG,
}
Fields
DigProductId: [WCHAR; 32]
ClientDigProductId: [WCHAR; 32]
OuterMostDigProductId: [WCHAR; 32]
CurrentSessionId: ULONG
ClientSessionId: ULONG
OuterMostSessionId: ULONG
Trait Implementations
sourceimpl Clone for WINSTATIONPRODID
impl Clone for WINSTATIONPRODID
sourcefn clone(&self) -> WINSTATIONPRODID
fn clone(&self) -> WINSTATIONPRODID
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 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
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