Struct machinery_api::foundation::TtSerializeOptionsT [−][src]
#[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: boolskip_type_index: bool_padding_684: [c_char; 6]types: *mut SetTTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TtSerializeOptionsT
impl !Send for TtSerializeOptionsT
impl !Sync for TtSerializeOptionsT
impl Unpin for TtSerializeOptionsT
impl UnwindSafe for TtSerializeOptionsT
Blanket Implementations
Mutably borrows from an owned value. Read more