pub struct SetScrollRegion<const TOP: u16, const BOTTOM: u16>;
Expand description
The static SetScrollRegion<TOP, BOTTOM>
command.
Trait Implementations§
Source§impl<const TOP: u16, const BOTTOM: u16> Clone for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Clone for SetScrollRegion<TOP, BOTTOM>
Source§fn clone(&self) -> SetScrollRegion<TOP, BOTTOM>
fn clone(&self) -> SetScrollRegion<TOP, BOTTOM>
Returns a copy 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<const TOP: u16, const BOTTOM: u16> PartialEq for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> PartialEq for SetScrollRegion<TOP, BOTTOM>
Source§fn eq(&self, other: &SetScrollRegion<TOP, BOTTOM>) -> bool
fn eq(&self, other: &SetScrollRegion<TOP, BOTTOM>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<const TOP: u16, const BOTTOM: u16> Command for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Copy for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Eq for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> StructuralPartialEq for SetScrollRegion<TOP, BOTTOM>
Auto Trait Implementations§
impl<const TOP: u16, const BOTTOM: u16> Freeze for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> RefUnwindSafe for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Send for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Sync for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> Unpin for SetScrollRegion<TOP, BOTTOM>
impl<const TOP: u16, const BOTTOM: u16> UnwindSafe for SetScrollRegion<TOP, BOTTOM>
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