Struct windows::Win32::System::WindowsProgramming::PERUSERSECTIONW
#[repr(C)]pub struct PERUSERSECTIONW {
pub szGUID: [u16; 59],
pub szDispName: [u16; 128],
pub szLocale: [u16; 10],
pub szStub: [u16; 1040],
pub szVersion: [u16; 32],
pub szCompID: [u16; 128],
pub dwIsInstalled: u32,
pub bRollback: BOOL,
}
Fields§
§szGUID: [u16; 59]
§szDispName: [u16; 128]
§szLocale: [u16; 10]
§szStub: [u16; 1040]
§szVersion: [u16; 32]
§szCompID: [u16; 128]
§dwIsInstalled: u32
§bRollback: BOOL
Trait Implementations§
§impl Clone for PERUSERSECTIONW
impl Clone for PERUSERSECTIONW
§fn clone(&self) -> PERUSERSECTIONW
fn clone(&self) -> PERUSERSECTIONW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PERUSERSECTIONW
impl Debug for PERUSERSECTIONW
§impl Default for PERUSERSECTIONW
impl Default for PERUSERSECTIONW
§impl PartialEq for PERUSERSECTIONW
impl PartialEq for PERUSERSECTIONW
§fn eq(&self, other: &PERUSERSECTIONW) -> bool
fn eq(&self, other: &PERUSERSECTIONW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PERUSERSECTIONW
impl Eq for PERUSERSECTIONW
impl StructuralPartialEq for PERUSERSECTIONW
Auto Trait Implementations§
impl Freeze for PERUSERSECTIONW
impl RefUnwindSafe for PERUSERSECTIONW
impl Send for PERUSERSECTIONW
impl Sync for PERUSERSECTIONW
impl Unpin for PERUSERSECTIONW
impl UnwindSafe for PERUSERSECTIONW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)