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