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