Struct vips_sys::_IO_marker [−][src]
#[repr(C)]pub struct _IO_marker { pub _next: *mut _IO_marker, pub _sbuf: *mut _IO_FILE, pub _pos: c_int, }
Fields
_next: *mut _IO_marker
_sbuf: *mut _IO_FILE
_pos: c_int
Trait Implementations
impl Debug for _IO_marker
[src]
impl Debug for _IO_marker
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _IO_marker
[src]
impl Copy for _IO_marker
impl Clone for _IO_marker
[src]
impl Clone for _IO_marker
fn clone(&self) -> _IO_marker
[src]
fn clone(&self) -> _IO_marker
Returns 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_marker
impl !Send for _IO_marker
impl !Sync for _IO_marker
impl !Sync for _IO_marker