pub struct ScratchWindowPlan {
pub start: u32,
pub end: u32,
pub length: u32,
pub needs_update: bool,
}Fields§
§start: u32§end: u32§length: u32§needs_update: boolTrait Implementations§
Source§impl Clone for ScratchWindowPlan
impl Clone for ScratchWindowPlan
Source§fn clone(&self) -> ScratchWindowPlan
fn clone(&self) -> ScratchWindowPlan
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 ScratchWindowPlan
Source§impl Debug for ScratchWindowPlan
impl Debug for ScratchWindowPlan
Auto Trait Implementations§
impl Freeze for ScratchWindowPlan
impl RefUnwindSafe for ScratchWindowPlan
impl Send for ScratchWindowPlan
impl Sync for ScratchWindowPlan
impl Unpin for ScratchWindowPlan
impl UnsafeUnpin for ScratchWindowPlan
impl UnwindSafe for ScratchWindowPlan
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