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