#[repr(C)]
pub union ic_serial_entry {
pub raw: rb_serial_t,
pub data: [VALUE; 2],
}Fields§
§raw: rb_serial_t§data: [VALUE; 2]Trait Implementations§
source§impl Clone for ic_serial_entry
impl Clone for ic_serial_entry
source§fn clone(&self) -> ic_serial_entry
fn clone(&self) -> ic_serial_entry
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