#[repr(C)]pub struct CUSTDATA {
pub cCustData: u32,
pub prgCustData: *mut CUSTDATAITEM,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Foundation"
, "Win32_System_Ole"
Fields
cCustData: u32
prgCustData: *mut CUSTDATAITEM
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CUSTDATA
impl !Send for CUSTDATA
impl !Sync for CUSTDATA
impl Unpin for CUSTDATA
impl UnwindSafe for CUSTDATA
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