#[repr(C)]pub struct TheTruthSerializedTypeInfoT {
pub runtime_type: TtTypeT,
pub properties_differ: bool,
pub _padding_706: [c_char; 3],
pub num_properties: u32,
pub serialized_property_to_runtime_property: [u32; 64],
pub serialized_property_type: [u32; 64],
}
Fields§
§runtime_type: TtTypeT
§properties_differ: bool
§_padding_706: [c_char; 3]
§num_properties: u32
§serialized_property_to_runtime_property: [u32; 64]
§serialized_property_type: [u32; 64]
Trait Implementations§
Source§impl Clone for TheTruthSerializedTypeInfoT
impl Clone for TheTruthSerializedTypeInfoT
Source§fn clone(&self) -> TheTruthSerializedTypeInfoT
fn clone(&self) -> TheTruthSerializedTypeInfoT
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 moreimpl Copy for TheTruthSerializedTypeInfoT
Auto Trait Implementations§
impl Freeze for TheTruthSerializedTypeInfoT
impl RefUnwindSafe for TheTruthSerializedTypeInfoT
impl Send for TheTruthSerializedTypeInfoT
impl Sync for TheTruthSerializedTypeInfoT
impl Unpin for TheTruthSerializedTypeInfoT
impl UnwindSafe for TheTruthSerializedTypeInfoT
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