pub struct CxDesktop {
pub repaint_via_scroll_event: bool,
pub file_read_id: u64,
pub file_reads: Vec<FileRead>,
pub profiler_start: Option<u64>,
}
Fields§
§repaint_via_scroll_event: bool
§file_read_id: u64
§file_reads: Vec<FileRead>
§profiler_start: Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CxDesktop
impl RefUnwindSafe for CxDesktop
impl Send for CxDesktop
impl Sync for CxDesktop
impl Unpin for CxDesktop
impl UnwindSafe for CxDesktop
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