pub struct SelectionControl(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for SelectionControl
impl Clone for SelectionControl
Source§fn clone(&self) -> SelectionControl
fn clone(&self) -> SelectionControl
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 Debug for SelectionControl
impl Debug for SelectionControl
Source§impl From<u32> for SelectionControl
impl From<u32> for SelectionControl
Source§fn from(val: u32) -> SelectionControl
fn from(val: u32) -> SelectionControl
Converts to this type from the input type.
Source§impl Hash for SelectionControl
impl Hash for SelectionControl
Source§impl PartialEq for SelectionControl
impl PartialEq for SelectionControl
impl Copy for SelectionControl
impl StructuralPartialEq for SelectionControl
Auto Trait Implementations§
impl Freeze for SelectionControl
impl RefUnwindSafe for SelectionControl
impl Send for SelectionControl
impl Sync for SelectionControl
impl Unpin for SelectionControl
impl UnwindSafe for SelectionControl
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