#[repr(C)]pub struct tm_tt_serialize_options_t {
pub serialize_buffers_as_hashes: bool,
pub skip_type_index: bool,
pub _padding_661: [c_char; 6],
pub types: *mut tm_set_t,
}Fields§
§serialize_buffers_as_hashes: bool§skip_type_index: bool§_padding_661: [c_char; 6]§types: *mut tm_set_tTrait Implementations§
Source§impl Clone for tm_tt_serialize_options_t
impl Clone for tm_tt_serialize_options_t
Source§fn clone(&self) -> tm_tt_serialize_options_t
fn clone(&self) -> tm_tt_serialize_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_serialize_options_t
Auto Trait Implementations§
impl Freeze for tm_tt_serialize_options_t
impl RefUnwindSafe for tm_tt_serialize_options_t
impl !Send for tm_tt_serialize_options_t
impl !Sync for tm_tt_serialize_options_t
impl Unpin for tm_tt_serialize_options_t
impl UnsafeUnpin for tm_tt_serialize_options_t
impl UnwindSafe for tm_tt_serialize_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