struct FillRegion {
start: u16,
width: u16,
}Fields§
§start: u16§width: u16Trait Implementations§
Source§impl Clone for FillRegion
impl Clone for FillRegion
Source§fn clone(&self) -> FillRegion
fn clone(&self) -> FillRegion
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 FillRegion
impl Debug for FillRegion
impl Copy for FillRegion
Auto Trait Implementations§
impl Freeze for FillRegion
impl RefUnwindSafe for FillRegion
impl Send for FillRegion
impl Sync for FillRegion
impl Unpin for FillRegion
impl UnsafeUnpin for FillRegion
impl UnwindSafe for FillRegion
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