Struct r2api::r_charset_rune_t
source · #[repr(C)]pub struct r_charset_rune_t {
pub ch: *mut u8,
pub hx: *mut u8,
pub left: *mut r_charset_rune_t,
pub right: *mut r_charset_rune_t,
}Fields§
§ch: *mut u8§hx: *mut u8§left: *mut r_charset_rune_t§right: *mut r_charset_rune_tTrait Implementations§
source§impl Clone for r_charset_rune_t
impl Clone for r_charset_rune_t
source§fn clone(&self) -> r_charset_rune_t
fn clone(&self) -> r_charset_rune_t
Returns a copy 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 more