Struct windows_sys::Win32::System::Ole::CALPOLESTR
#[repr(C)]pub struct CALPOLESTR {
pub cElems: u32,
pub pElems: *mut PWSTR,
}
Fields§
§cElems: u32
§pElems: *mut PWSTR
Trait 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§
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