Struct ScrollType
pub struct ScrollType(/* private fields */);
Implementations§
§impl ScrollType
impl ScrollType
pub const VERTICAL: ScrollType = _
pub const HORIZONTAL: ScrollType = _
Trait Implementations§
§impl Clone for ScrollType
impl Clone for ScrollType
§fn clone(&self) -> ScrollType
fn clone(&self) -> ScrollType
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 more§impl Debug for ScrollType
impl Debug for ScrollType
§impl Default for ScrollType
impl Default for ScrollType
§fn default() -> ScrollType
fn default() -> ScrollType
Returns the “default value” for a type. Read more
§impl From<u16> for ScrollType
impl From<u16> for ScrollType
§fn from(value: u16) -> ScrollType
fn from(value: u16) -> ScrollType
Converts to this type from the input type.
§impl From<u8> for ScrollType
impl From<u8> for ScrollType
§fn from(value: u8) -> ScrollType
fn from(value: u8) -> ScrollType
Converts to this type from the input type.
§impl Hash for ScrollType
impl Hash for ScrollType
§impl Ord for ScrollType
impl Ord for ScrollType
§impl PartialEq for ScrollType
impl PartialEq for ScrollType
§impl PartialOrd for ScrollType
impl PartialOrd for ScrollType
impl Copy for ScrollType
impl Eq for ScrollType
impl StructuralPartialEq for ScrollType
Auto Trait Implementations§
impl Freeze for ScrollType
impl RefUnwindSafe for ScrollType
impl Send for ScrollType
impl Sync for ScrollType
impl Unpin for ScrollType
impl UnwindSafe for ScrollType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)