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