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