#[repr(C)]pub struct EXTPUSH {
pub cbSize: u16,
pub Flags: u16,
pub pTitle: *mut i8,
pub Anonymous1: EXTPUSH_0,
pub IconID: usize,
pub Anonymous2: EXTPUSH_1,
pub dwReserved: [usize; 3],
}
Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’, ‘Win32_UI_WindowsAndMessaging’
Fields
cbSize: u16
Flags: u16
pTitle: *mut i8
Anonymous1: EXTPUSH_0
IconID: usize
Anonymous2: EXTPUSH_1
dwReserved: [usize; 3]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EXTPUSH
impl !Send for EXTPUSH
impl !Sync for EXTPUSH
impl Unpin for EXTPUSH
impl UnwindSafe for EXTPUSH
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