#[repr(C)]pub struct tm_tt_deserialize_options_t {
pub buffers_preloaded: bool,
pub skip_type_index: bool,
pub _padding_704: [c_char; 6],
pub type_infos: *const tm_the_truth_serialized_type_info_t,
}Fields§
§buffers_preloaded: bool§skip_type_index: bool§_padding_704: [c_char; 6]§type_infos: *const tm_the_truth_serialized_type_info_tTrait Implementations§
Source§impl Clone for tm_tt_deserialize_options_t
impl Clone for tm_tt_deserialize_options_t
Source§fn clone(&self) -> tm_tt_deserialize_options_t
fn clone(&self) -> tm_tt_deserialize_options_t
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 tm_tt_deserialize_options_t
Auto Trait Implementations§
impl Freeze for tm_tt_deserialize_options_t
impl RefUnwindSafe for tm_tt_deserialize_options_t
impl !Send for tm_tt_deserialize_options_t
impl !Sync for tm_tt_deserialize_options_t
impl Unpin for tm_tt_deserialize_options_t
impl UnsafeUnpin for tm_tt_deserialize_options_t
impl UnwindSafe for tm_tt_deserialize_options_t
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