#[repr(C)]pub struct CoglDebugObjectTypeInfo {
pub name: *const c_char,
pub instance_count: c_ulong,
}Fields§
§name: *const c_char§instance_count: c_ulongTrait 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 (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 CoglDebugObjectTypeInfo
Auto Trait Implementations§
impl !Send for CoglDebugObjectTypeInfo
impl !Sync for CoglDebugObjectTypeInfo
impl Freeze for CoglDebugObjectTypeInfo
impl RefUnwindSafe for CoglDebugObjectTypeInfo
impl Unpin for CoglDebugObjectTypeInfo
impl UnsafeUnpin 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