Struct APPCATEGORYINFO
#[repr(C)]pub struct APPCATEGORYINFO {
pub Locale: u32,
pub pszDescription: PWSTR,
pub AppCategoryId: GUID,
}
Fields§
§Locale: u32
§pszDescription: PWSTR
§AppCategoryId: GUID
Trait Implementations§
§impl Clone for APPCATEGORYINFO
impl Clone for APPCATEGORYINFO
§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 more§impl Debug for APPCATEGORYINFO
impl Debug for APPCATEGORYINFO
§impl Default for APPCATEGORYINFO
impl Default for APPCATEGORYINFO
§impl PartialEq for APPCATEGORYINFO
impl PartialEq for APPCATEGORYINFO
impl Copy for APPCATEGORYINFO
impl StructuralPartialEq 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