#[repr(C)]pub struct CoglDebugObjectTypeInfo {
pub name: *const c_char,
pub instance_count: c_ulong,
}
Fields§
§name: *const c_char
§instance_count: c_ulong
Trait Implementations§
Source§impl Clone for CoglDebugObjectTypeInfo
impl Clone for CoglDebugObjectTypeInfo
Source§fn clone(&self) -> CoglDebugObjectTypeInfo
fn clone(&self) -> CoglDebugObjectTypeInfo
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 Debug for CoglDebugObjectTypeInfo
impl Debug for CoglDebugObjectTypeInfo
impl Copy for CoglDebugObjectTypeInfo
Auto Trait Implementations§
impl Freeze for CoglDebugObjectTypeInfo
impl RefUnwindSafe for CoglDebugObjectTypeInfo
impl !Send for CoglDebugObjectTypeInfo
impl !Sync for CoglDebugObjectTypeInfo
impl Unpin for CoglDebugObjectTypeInfo
impl UnwindSafe for CoglDebugObjectTypeInfo
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