#[repr(C)]pub struct TheTruthLocalSetT {
pub num_added: u32,
pub _padding_524: [c_char; 4],
pub added: *const TtIdT,
pub num_removed: u32,
pub _padding_529: [c_char; 4],
pub removed: *const TtIdT,
pub num_instantiated: u32,
pub _padding_534: [c_char; 4],
pub instantiated: *const TtIdT,
}
Fields§
§num_added: u32
§_padding_524: [c_char; 4]
§added: *const TtIdT
§num_removed: u32
§_padding_529: [c_char; 4]
§removed: *const TtIdT
§num_instantiated: u32
§_padding_534: [c_char; 4]
§instantiated: *const TtIdT
Trait Implementations§
Source§impl Clone for TheTruthLocalSetT
impl Clone for TheTruthLocalSetT
Source§fn clone(&self) -> TheTruthLocalSetT
fn clone(&self) -> TheTruthLocalSetT
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 TheTruthLocalSetT
impl Default for TheTruthLocalSetT
impl Copy for TheTruthLocalSetT
Auto Trait Implementations§
impl Freeze for TheTruthLocalSetT
impl RefUnwindSafe for TheTruthLocalSetT
impl !Send for TheTruthLocalSetT
impl !Sync for TheTruthLocalSetT
impl Unpin for TheTruthLocalSetT
impl UnwindSafe for TheTruthLocalSetT
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