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