pub struct FramebufferLocalControl { /* private fields */ }
Expand description
Used to control a framebuffer running in the same process
Implementations§
Source§impl FramebufferLocalControl
impl FramebufferLocalControl
Trait Implementations§
Source§impl Clone for FramebufferLocalControl
impl Clone for FramebufferLocalControl
Source§fn clone(&self) -> FramebufferLocalControl
fn clone(&self) -> FramebufferLocalControl
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 FramebufferControl for FramebufferLocalControl
impl FramebufferControl for FramebufferLocalControl
Source§fn map<'life0, 'async_trait>(
&'life0 mut self,
gpa: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn map<'life0, 'async_trait>(
&'life0 mut self,
gpa: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Maps the framebuffer to the guest at the specified GPA.
Auto Trait Implementations§
impl Freeze for FramebufferLocalControl
impl !RefUnwindSafe for FramebufferLocalControl
impl Send for FramebufferLocalControl
impl Sync for FramebufferLocalControl
impl Unpin for FramebufferLocalControl
impl !UnwindSafe for FramebufferLocalControl
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