pub struct UpdateVuMem {
pub name: Arc<str>,
pub session: Arc<VuSession>,
}Fields§
§name: Arc<str>§session: Arc<VuSession>Trait Implementations§
Source§impl Debug for UpdateVuMem
impl Debug for UpdateVuMem
Source§impl LayoutChanged for UpdateVuMem
impl LayoutChanged for UpdateVuMem
fn ram_added(&self, gpa: u64, pages: &ArcMemPages) -> Result<()>
fn ram_removed(&self, gpa: u64, pages: &ArcMemPages) -> Result<()>
Auto Trait Implementations§
impl Freeze for UpdateVuMem
impl RefUnwindSafe for UpdateVuMem
impl Send for UpdateVuMem
impl Sync for UpdateVuMem
impl Unpin for UpdateVuMem
impl UnsafeUnpin for UpdateVuMem
impl UnwindSafe for UpdateVuMem
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