#[repr(C)]pub struct APPCATEGORYINFO {
pub Locale: LCID,
pub pszDescription: LPWSTR,
pub AppCategoryId: GUID,
}
Fields§
§Locale: LCID
§pszDescription: LPWSTR
§AppCategoryId: GUID
Trait Implementations§
Source§impl Clone for APPCATEGORYINFO
impl Clone for APPCATEGORYINFO
Source§fn clone(&self) -> APPCATEGORYINFO
fn clone(&self) -> APPCATEGORYINFO
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 moreSource§impl Default for APPCATEGORYINFO
impl Default for APPCATEGORYINFO
Source§fn default() -> APPCATEGORYINFO
fn default() -> APPCATEGORYINFO
Returns the “default value” for a type. Read more
impl Copy for APPCATEGORYINFO
Auto Trait Implementations§
impl Freeze for APPCATEGORYINFO
impl RefUnwindSafe for APPCATEGORYINFO
impl !Send for APPCATEGORYINFO
impl !Sync for APPCATEGORYINFO
impl Unpin for APPCATEGORYINFO
impl UnwindSafe for APPCATEGORYINFO
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