pub struct ResetValue {
pub placement: Option<Placement>,
pub rects: Option<ResetRects>,
}
Fields§
§placement: Option<Placement>
§rects: Option<ResetRects>
Trait Implementations§
Source§impl Clone for ResetValue
impl Clone for ResetValue
Source§fn clone(&self) -> ResetValue
fn clone(&self) -> ResetValue
Returns a duplicate 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 Debug for ResetValue
impl Debug for ResetValue
Source§impl PartialEq for ResetValue
impl PartialEq for ResetValue
impl StructuralPartialEq for ResetValue
Auto Trait Implementations§
impl Freeze for ResetValue
impl RefUnwindSafe for ResetValue
impl Send for ResetValue
impl Sync for ResetValue
impl Unpin for ResetValue
impl UnwindSafe for ResetValue
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