#[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_intTrait Implementations§
Source§impl Clone for _IO_marker
impl Clone for _IO_marker
impl Copy for _IO_marker
Auto Trait Implementations§
impl Freeze for _IO_marker
impl RefUnwindSafe for _IO_marker
impl !Send for _IO_marker
impl !Sync for _IO_marker
impl Unpin for _IO_marker
impl UnwindSafe for _IO_marker
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