Struct ntapi::winsta::WINSTACONFIGWIRE
source · [−]#[repr(C)]pub struct WINSTACONFIGWIRE {
pub Comment: [WCHAR; 61],
pub OEMId: [CHAR; 4],
pub UserConfig: VARDATA_WIRE,
pub NewFields: VARDATA_WIRE,
}
Fields
Comment: [WCHAR; 61]
OEMId: [CHAR; 4]
UserConfig: VARDATA_WIRE
NewFields: VARDATA_WIRE
Trait Implementations
sourceimpl Clone for WINSTACONFIGWIRE
impl Clone for WINSTACONFIGWIRE
sourcefn clone(&self) -> WINSTACONFIGWIRE
fn clone(&self) -> WINSTACONFIGWIRE
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 WINSTACONFIGWIRE
Auto Trait Implementations
impl RefUnwindSafe for WINSTACONFIGWIRE
impl Send for WINSTACONFIGWIRE
impl Sync for WINSTACONFIGWIRE
impl Unpin for WINSTACONFIGWIRE
impl UnwindSafe for WINSTACONFIGWIRE
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