pub struct PendingUpdateOutput {
pub dirty_ids: Vec<UiId>,
pub focus_changed: bool,
pub frame_requested: bool,
}Fields§
§dirty_ids: Vec<UiId>§focus_changed: bool§frame_requested: boolTrait Implementations§
Source§impl Clone for PendingUpdateOutput
impl Clone for PendingUpdateOutput
Source§fn clone(&self) -> PendingUpdateOutput
fn clone(&self) -> PendingUpdateOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PendingUpdateOutput
impl Debug for PendingUpdateOutput
Source§impl Default for PendingUpdateOutput
impl Default for PendingUpdateOutput
Source§fn default() -> PendingUpdateOutput
fn default() -> PendingUpdateOutput
Returns the “default value” for a type. Read more
impl Eq for PendingUpdateOutput
Source§impl PartialEq for PendingUpdateOutput
impl PartialEq for PendingUpdateOutput
impl StructuralPartialEq for PendingUpdateOutput
Auto Trait Implementations§
impl Freeze for PendingUpdateOutput
impl RefUnwindSafe for PendingUpdateOutput
impl Send for PendingUpdateOutput
impl Sync for PendingUpdateOutput
impl Unpin for PendingUpdateOutput
impl UnsafeUnpin for PendingUpdateOutput
impl UnwindSafe for PendingUpdateOutput
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