#[repr(C)]pub struct StatisticsOverlaysT {
pub tt: *mut TheTruthO,
pub tab: *mut TabI,
pub settings_objects: *mut TtIdT,
}Fields§
§tt: *mut TheTruthO§tab: *mut TabI§settings_objects: *mut TtIdTTrait Implementations§
Source§impl Clone for StatisticsOverlaysT
impl Clone for StatisticsOverlaysT
Source§fn clone(&self) -> StatisticsOverlaysT
fn clone(&self) -> StatisticsOverlaysT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StatisticsOverlaysT
Auto Trait Implementations§
impl !Send for StatisticsOverlaysT
impl !Sync for StatisticsOverlaysT
impl Freeze for StatisticsOverlaysT
impl RefUnwindSafe for StatisticsOverlaysT
impl Unpin for StatisticsOverlaysT
impl UnsafeUnpin for StatisticsOverlaysT
impl UnwindSafe for StatisticsOverlaysT
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