Struct TfIntegratableCandidateListSelectionStyle
#[repr(transparent)]pub struct TfIntegratableCandidateListSelectionStyle(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TfIntegratableCandidateListSelectionStyle
impl Clone for TfIntegratableCandidateListSelectionStyle
§fn clone(&self) -> TfIntegratableCandidateListSelectionStyle
fn clone(&self) -> TfIntegratableCandidateListSelectionStyle
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 Default for TfIntegratableCandidateListSelectionStyle
impl Default for TfIntegratableCandidateListSelectionStyle
§fn default() -> TfIntegratableCandidateListSelectionStyle
fn default() -> TfIntegratableCandidateListSelectionStyle
Returns the “default value” for a type. Read more
§impl PartialEq for TfIntegratableCandidateListSelectionStyle
impl PartialEq for TfIntegratableCandidateListSelectionStyle
§fn eq(&self, other: &TfIntegratableCandidateListSelectionStyle) -> bool
fn eq(&self, other: &TfIntegratableCandidateListSelectionStyle) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for TfIntegratableCandidateListSelectionStyle
impl Eq for TfIntegratableCandidateListSelectionStyle
impl StructuralPartialEq for TfIntegratableCandidateListSelectionStyle
Auto Trait Implementations§
impl Freeze for TfIntegratableCandidateListSelectionStyle
impl RefUnwindSafe for TfIntegratableCandidateListSelectionStyle
impl Send for TfIntegratableCandidateListSelectionStyle
impl Sync for TfIntegratableCandidateListSelectionStyle
impl Unpin for TfIntegratableCandidateListSelectionStyle
impl UnwindSafe for TfIntegratableCandidateListSelectionStyle
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