#[repr(C)]pub struct CoglUserDataKey {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for CoglUserDataKey
impl Clone for CoglUserDataKey
Source§fn clone(&self) -> CoglUserDataKey
fn clone(&self) -> CoglUserDataKey
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 CoglUserDataKey
impl Debug for CoglUserDataKey
impl Copy for CoglUserDataKey
Auto Trait Implementations§
impl Freeze for CoglUserDataKey
impl RefUnwindSafe for CoglUserDataKey
impl Send for CoglUserDataKey
impl Sync for CoglUserDataKey
impl Unpin for CoglUserDataKey
impl UnwindSafe for CoglUserDataKey
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