Struct windows_sys::Win32::System::Ole::SAFEARR_UNKNOWN
[−]Expand description
Required features: "Win32_System_Ole"
Fields
Size: u32
apUnknown: *mut IUnknown
Trait Implementations
impl Clone for SAFEARR_UNKNOWN
impl Clone for SAFEARR_UNKNOWN
impl Copy for SAFEARR_UNKNOWN
Auto Trait Implementations
impl RefUnwindSafe for SAFEARR_UNKNOWN
impl !Send for SAFEARR_UNKNOWN
impl !Sync for SAFEARR_UNKNOWN
impl Unpin for SAFEARR_UNKNOWN
impl UnwindSafe for SAFEARR_UNKNOWN
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