#[repr(C)]pub struct kstring_t {
pub l: usize,
pub m: usize,
pub s: *mut i8,
}
Fields§
§l: usize
§m: usize
§s: *mut i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for kstring_t
impl RefUnwindSafe for kstring_t
impl !Send for kstring_t
impl !Sync for kstring_t
impl Unpin for kstring_t
impl UnwindSafe for kstring_t
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)