#[repr(C)]pub struct APPCATEGORYINFO {
pub Locale: u32,
pub pszDescription: PWSTR,
pub AppCategoryId: Guid,
}
Fields§
§Locale: u32
§pszDescription: PWSTR
§AppCategoryId: Guid
Trait Implementations§
Source§impl Abi for APPCATEGORYINFO
impl Abi for APPCATEGORYINFO
Source§type Abi = APPCATEGORYINFO
type Abi = APPCATEGORYINFO
The abi representation of the implementing type. Read more
type DefaultType = APPCATEGORYINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for APPCATEGORYINFO
impl Debug for APPCATEGORYINFO
Source§impl Default for APPCATEGORYINFO
impl Default for APPCATEGORYINFO
Source§impl PartialEq for APPCATEGORYINFO
impl PartialEq for APPCATEGORYINFO
impl Copy for APPCATEGORYINFO
impl Eq 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