Struct CALPWSTR
#[repr(C)]pub struct CALPWSTR {
pub cElems: u32,
pub pElems: *mut PWSTR,
}
Fields§
§cElems: u32
§pElems: *mut PWSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CALPWSTR
impl RefUnwindSafe for CALPWSTR
impl !Send for CALPWSTR
impl !Sync for CALPWSTR
impl Unpin for CALPWSTR
impl UnwindSafe for CALPWSTR
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