#[repr(C)]pub struct stdio_driver { /* private fields */ }
Trait Implementations§
Source§impl Clone for stdio_driver
impl Clone for stdio_driver
Source§fn clone(&self) -> stdio_driver
fn clone(&self) -> stdio_driver
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 stdio_driver
impl Debug for stdio_driver
impl Copy for stdio_driver
Auto Trait Implementations§
impl Freeze for stdio_driver
impl RefUnwindSafe for stdio_driver
impl Send for stdio_driver
impl Sync for stdio_driver
impl Unpin for stdio_driver
impl UnwindSafe for stdio_driver
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