#[repr(C)]pub struct fy_iter_chunk {
pub str_: *const c_char,
pub len: usize,
}Fields§
§str_: *const c_char§len: usizeTrait Implementations§
Source§impl Clone for fy_iter_chunk
impl Clone for fy_iter_chunk
Source§fn clone(&self) -> fy_iter_chunk
fn clone(&self) -> fy_iter_chunk
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fy_iter_chunk
impl Debug for fy_iter_chunk
impl Copy for fy_iter_chunk
Auto Trait Implementations§
impl Freeze for fy_iter_chunk
impl RefUnwindSafe for fy_iter_chunk
impl !Send for fy_iter_chunk
impl !Sync for fy_iter_chunk
impl Unpin for fy_iter_chunk
impl UnwindSafe for fy_iter_chunk
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