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