#[repr(transparent)]pub struct PCSTR(pub *const u8);
Tuple Fields§
§0: *const u8
Trait Implementations§
impl Copy for PCSTR
impl Eq for PCSTR
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