Struct windows_sys::Win32::UI::Shell::APPCATEGORYINFOLIST
[−]#[repr(C)]pub struct APPCATEGORYINFOLIST {
pub cCategory: u32,
pub pCategoryInfo: *mut APPCATEGORYINFO,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
cCategory: u32
pCategoryInfo: *mut APPCATEGORYINFO
Trait Implementations
impl Clone for APPCATEGORYINFOLIST
impl Clone for APPCATEGORYINFOLIST
impl Copy for APPCATEGORYINFOLIST
Auto Trait Implementations
impl RefUnwindSafe for APPCATEGORYINFOLIST
impl !Send for APPCATEGORYINFOLIST
impl !Sync for APPCATEGORYINFOLIST
impl Unpin for APPCATEGORYINFOLIST
impl UnwindSafe for APPCATEGORYINFOLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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