#[repr(C)]pub struct kstring_t {
pub l: size_t,
pub m: size_t,
pub s: *mut c_char,
}
Fields§
§l: size_t
§m: size_t
§s: *mut c_char
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