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