pub struct VirtioGpuControlHandle { /* private fields */ }
Implementations§
source§impl VirtioGpuControlHandle
impl VirtioGpuControlHandle
pub fn send_on_config_changed(&self) -> Result<(), Error>
Trait Implementations§
source§impl Clone for VirtioGpuControlHandle
impl Clone for VirtioGpuControlHandle
source§fn clone(&self) -> VirtioGpuControlHandle
fn clone(&self) -> VirtioGpuControlHandle
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 ControlHandle for VirtioGpuControlHandle
impl ControlHandle for VirtioGpuControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for VirtioGpuControlHandle
impl Send for VirtioGpuControlHandle
impl Sync for VirtioGpuControlHandle
impl Unpin for VirtioGpuControlHandle
impl !UnwindSafe for VirtioGpuControlHandle
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