Struct EXTPUSH
#[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],
}
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 Freeze for EXTPUSH
impl RefUnwindSafe for EXTPUSH
impl !Send for EXTPUSH
impl !Sync for EXTPUSH
impl Unpin for EXTPUSH
impl UnwindSafe for EXTPUSH
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more