#[repr(C)]pub struct TtPropValueT {
pub type_: TheTruthPropertyType,
pub _padding_643: [c_char; 4],
pub __bindgen_anon_1: TtPropValueTBindgenTy1,
}Fields§
§type_: TheTruthPropertyType§_padding_643: [c_char; 4]§__bindgen_anon_1: TtPropValueTBindgenTy1Trait Implementations§
Source§impl Clone for TtPropValueT
impl Clone for TtPropValueT
Source§fn clone(&self) -> TtPropValueT
fn clone(&self) -> TtPropValueT
Returns a duplicate 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 moreSource§impl Default for TtPropValueT
impl Default for TtPropValueT
impl Copy for TtPropValueT
Auto Trait Implementations§
impl Freeze for TtPropValueT
impl RefUnwindSafe for TtPropValueT
impl !Send for TtPropValueT
impl !Sync for TtPropValueT
impl Unpin for TtPropValueT
impl UnwindSafe for TtPropValueT
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