#[repr(C)]pub struct RefstrVecRef {
pub ptr: *const Refstr,
pub len: usize,
}Expand description
FFI-safe wrapper for &[&str].
Fields§
§ptr: *const Refstr§len: usizeImplementations§
Trait Implementations§
Source§impl Clone for RefstrVecRef
impl Clone for RefstrVecRef
Source§impl Debug for RefstrVecRef
impl Debug for RefstrVecRef
Auto Trait Implementations§
impl Freeze for RefstrVecRef
impl RefUnwindSafe for RefstrVecRef
impl !Send for RefstrVecRef
impl !Sync for RefstrVecRef
impl Unpin for RefstrVecRef
impl UnsafeUnpin for RefstrVecRef
impl UnwindSafe for RefstrVecRef
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