#[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: i32
idName: i32
idInfo: i32
lData: isize
Trait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more