#[repr(C)]pub struct TheTruthGetTypesWithAspectT {
pub type_: TtTypeT,
pub data: *mut c_void,
}Fields§
§type_: TtTypeT§data: *mut c_voidTrait Implementations§
Source§impl Clone for TheTruthGetTypesWithAspectT
impl Clone for TheTruthGetTypesWithAspectT
Source§fn clone(&self) -> TheTruthGetTypesWithAspectT
fn clone(&self) -> TheTruthGetTypesWithAspectT
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 TheTruthGetTypesWithAspectT
Auto Trait Implementations§
impl Freeze for TheTruthGetTypesWithAspectT
impl RefUnwindSafe for TheTruthGetTypesWithAspectT
impl !Send for TheTruthGetTypesWithAspectT
impl !Sync for TheTruthGetTypesWithAspectT
impl Unpin for TheTruthGetTypesWithAspectT
impl UnwindSafe for TheTruthGetTypesWithAspectT
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