#[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 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 ic_serial_entry
impl Debug for ic_serial_entry
impl Copy for ic_serial_entry
Auto Trait Implementations§
impl Freeze for ic_serial_entry
impl RefUnwindSafe for ic_serial_entry
impl Send for ic_serial_entry
impl Sync for ic_serial_entry
impl Unpin for ic_serial_entry
impl UnwindSafe for ic_serial_entry
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