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§
source§impl PartialEq for PCSTR
impl PartialEq for PCSTR
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)