Struct windows_core::PSTR
#[repr(transparent)]pub struct PSTR(pub *mut u8);
Expand description
A pointer to a null-terminated string of 8-bit Windows (ANSI) characters.
Tuple Fields§
§0: *mut u8
Implementations§
Trait Implementations§
impl Copy for PSTR
impl Eq for PSTR
impl Param<PCSTR> for PSTR
impl StructuralPartialEq for PSTR
Auto Trait Implementations§
impl Freeze for PSTR
impl RefUnwindSafe for PSTR
impl !Send for PSTR
impl !Sync for PSTR
impl Unpin for PSTR
impl UnwindSafe for PSTR
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