#[repr(C)]pub struct readstat_string_ref_s {
pub first_v: i64,
pub first_o: i64,
pub len: usize,
pub data: [c_char; 1],
}Fields§
§first_v: i64§first_o: i64§len: usize§data: [c_char; 1]Trait Implementations§
Source§impl Clone for readstat_string_ref_s
impl Clone for readstat_string_ref_s
Source§fn clone(&self) -> readstat_string_ref_s
fn clone(&self) -> readstat_string_ref_s
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 readstat_string_ref_s
impl Debug for readstat_string_ref_s
impl Copy for readstat_string_ref_s
Auto Trait Implementations§
impl Freeze for readstat_string_ref_s
impl RefUnwindSafe for readstat_string_ref_s
impl Send for readstat_string_ref_s
impl Sync for readstat_string_ref_s
impl Unpin for readstat_string_ref_s
impl UnwindSafe for readstat_string_ref_s
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