#[repr(C)]pub struct string_with_length_struct {
pub str_: *mut c_char,
pub str_len: slong,
}Fields§
§str_: *mut c_char§str_len: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for string_with_length_struct
impl RefUnwindSafe for string_with_length_struct
impl !Send for string_with_length_struct
impl !Sync for string_with_length_struct
impl Unpin for string_with_length_struct
impl UnsafeUnpin for string_with_length_struct
impl UnwindSafe for string_with_length_struct
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