#[repr(C, packed(1))]pub struct CPLINFO {
pub idIcon: i32,
pub idName: i32,
pub idInfo: i32,
pub lData: isize,
}Expand description
Required features: ‘Win32_UI_Shell’
Fields
idIcon: i32idName: i32idInfo: i32lData: isizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPLINFO
impl Send for CPLINFO
impl Sync for CPLINFO
impl Unpin for CPLINFO
impl UnwindSafe for CPLINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more