#[repr(C)]pub struct CXString {
pub data: *const c_void,
pub private_flags: c_uint,
}Fields§
§data: *const c_void§private_flags: c_uintTrait Implementations§
Auto Trait Implementations§
impl !Send for CXString
impl !Sync for CXString
impl Freeze for CXString
impl RefUnwindSafe for CXString
impl Unpin for CXString
impl UnsafeUnpin for CXString
impl UnwindSafe for CXString
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