#[repr(transparent)]pub struct PWSTR(pub *mut u16);
Tuple Fields§
§0: *mut u16
Implementations§
Trait Implementations§
impl Copy for PWSTR
impl Eq for PWSTR
impl StructuralPartialEq for PWSTR
Auto Trait Implementations§
impl Freeze for PWSTR
impl RefUnwindSafe for PWSTR
impl !Send for PWSTR
impl !Sync for PWSTR
impl Unpin for PWSTR
impl UnwindSafe for PWSTR
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