#[repr(C)]pub struct StrT {
pub data: *const c_char,
pub size: u32,
pub null_terminated: u32,
}Fields§
§data: *const c_char§size: u32§null_terminated: u32Trait Implementations§
Auto Trait Implementations§
impl !Send for StrT
impl !Sync for StrT
impl Freeze for StrT
impl RefUnwindSafe for StrT
impl Unpin for StrT
impl UnsafeUnpin for StrT
impl UnwindSafe for StrT
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