Struct croaring_sys::_IO_jump_t [−][src]
#[repr(C)]pub struct _IO_jump_t { /* fields omitted */ }
Trait Implementations
impl Debug for _IO_jump_t[src]
impl Debug for _IO_jump_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for _IO_jump_t[src]
impl Copy for _IO_jump_timpl Clone for _IO_jump_t[src]
impl Clone for _IO_jump_tfn clone(&self) -> _IO_jump_t[src]
fn clone(&self) -> _IO_jump_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for _IO_jump_t
impl Send for _IO_jump_timpl Sync for _IO_jump_t
impl Sync for _IO_jump_t