Struct virt_sys::_virStream
source · #[repr(C)]pub struct _virStream { /* private fields */ }Trait Implementations§
source§impl Clone for _virStream
impl Clone for _virStream
source§fn clone(&self) -> _virStream
fn clone(&self) -> _virStream
Returns a copy 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 _virStream
impl Debug for _virStream
impl Copy for _virStream
Auto Trait Implementations§
impl RefUnwindSafe for _virStream
impl Send for _virStream
impl Sync for _virStream
impl Unpin for _virStream
impl UnwindSafe for _virStream
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