pub struct DragKindId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for DragKindId
impl Clone for DragKindId
Source§fn clone(&self) -> DragKindId
fn clone(&self) -> DragKindId
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 DragKindId
Source§impl Debug for DragKindId
impl Debug for DragKindId
Source§impl Default for DragKindId
impl Default for DragKindId
Source§fn default() -> DragKindId
fn default() -> DragKindId
Returns the “default value” for a type. Read more
impl Eq for DragKindId
Source§impl Hash for DragKindId
impl Hash for DragKindId
Source§impl PartialEq for DragKindId
impl PartialEq for DragKindId
Source§fn eq(&self, other: &DragKindId) -> bool
fn eq(&self, other: &DragKindId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DragKindId
Auto Trait Implementations§
impl Freeze for DragKindId
impl RefUnwindSafe for DragKindId
impl Send for DragKindId
impl Sync for DragKindId
impl Unpin for DragKindId
impl UnsafeUnpin for DragKindId
impl UnwindSafe for DragKindId
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