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