pub struct FrameUpdateResult {
pub visual_changed: bool,
pub structure_changed: bool,
}Fields§
§visual_changed: bool§structure_changed: boolTrait Implementations§
Source§impl Clone for FrameUpdateResult
impl Clone for FrameUpdateResult
Source§fn clone(&self) -> FrameUpdateResult
fn clone(&self) -> FrameUpdateResult
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 moreimpl Copy for FrameUpdateResult
Source§impl Debug for FrameUpdateResult
impl Debug for FrameUpdateResult
Source§impl Default for FrameUpdateResult
impl Default for FrameUpdateResult
Source§fn default() -> FrameUpdateResult
fn default() -> FrameUpdateResult
Returns the “default value” for a type. Read more
impl Eq for FrameUpdateResult
Source§impl PartialEq for FrameUpdateResult
impl PartialEq for FrameUpdateResult
Source§fn eq(&self, other: &FrameUpdateResult) -> bool
fn eq(&self, other: &FrameUpdateResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameUpdateResult
Auto Trait Implementations§
impl Freeze for FrameUpdateResult
impl RefUnwindSafe for FrameUpdateResult
impl Send for FrameUpdateResult
impl Sync for FrameUpdateResult
impl Unpin for FrameUpdateResult
impl UnsafeUnpin for FrameUpdateResult
impl UnwindSafe for FrameUpdateResult
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