#[repr(C)]pub struct TtSerializeOptionsT {
pub serialize_buffers_as_hashes: bool,
pub skip_type_index: bool,
pub _padding_684: [c_char; 6],
pub types: *mut SetT,
}Fields§
§serialize_buffers_as_hashes: bool§skip_type_index: bool§_padding_684: [c_char; 6]§types: *mut SetTTrait Implementations§
Source§impl Clone for TtSerializeOptionsT
impl Clone for TtSerializeOptionsT
Source§fn clone(&self) -> TtSerializeOptionsT
fn clone(&self) -> TtSerializeOptionsT
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 TtSerializeOptionsT
impl Default for TtSerializeOptionsT
impl Copy for TtSerializeOptionsT
Auto Trait Implementations§
impl Freeze for TtSerializeOptionsT
impl RefUnwindSafe for TtSerializeOptionsT
impl !Send for TtSerializeOptionsT
impl !Sync for TtSerializeOptionsT
impl Unpin for TtSerializeOptionsT
impl UnwindSafe for TtSerializeOptionsT
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