Struct windows_sys::Win32::System::Com::StructuredStorage::CALPWSTR
[−]Expand description
Required features: "Win32_System_Com_StructuredStorage"
Fields
cElems: u32
pElems: *mut PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CALPWSTR
impl !Send for CALPWSTR
impl !Sync for CALPWSTR
impl Unpin for CALPWSTR
impl UnwindSafe for CALPWSTR
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