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