Struct AutoSelectionMode
#[repr(transparent)]pub struct AutoSelectionMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AutoSelectionMode
impl Clone for AutoSelectionMode
§fn clone(&self) -> AutoSelectionMode
fn clone(&self) -> AutoSelectionMode
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 AutoSelectionMode
impl Debug for AutoSelectionMode
§impl Default for AutoSelectionMode
impl Default for AutoSelectionMode
§fn default() -> AutoSelectionMode
fn default() -> AutoSelectionMode
Returns the “default value” for a type. Read more
§impl PartialEq for AutoSelectionMode
impl PartialEq for AutoSelectionMode
impl Copy for AutoSelectionMode
impl Eq for AutoSelectionMode
impl StructuralPartialEq for AutoSelectionMode
Auto Trait Implementations§
impl Freeze for AutoSelectionMode
impl RefUnwindSafe for AutoSelectionMode
impl Send for AutoSelectionMode
impl Sync for AutoSelectionMode
impl Unpin for AutoSelectionMode
impl UnwindSafe for AutoSelectionMode
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