Struct windows_sys::Win32::System::Ole::SAFEARR_DISPATCH
[−]Expand description
Required features: "Win32_System_Ole"
, "Win32_System_Com"
Fields
Size: u32
apDispatch: *mut IDispatch
Trait Implementations
impl Clone for SAFEARR_DISPATCH
impl Clone for SAFEARR_DISPATCH
impl Copy for SAFEARR_DISPATCH
Auto Trait Implementations
impl RefUnwindSafe for SAFEARR_DISPATCH
impl !Send for SAFEARR_DISPATCH
impl !Sync for SAFEARR_DISPATCH
impl Unpin for SAFEARR_DISPATCH
impl UnwindSafe for SAFEARR_DISPATCH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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