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