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 · 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 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
Source§impl Hash for DragKindId
impl Hash for DragKindId
Source§impl PartialEq for DragKindId
impl PartialEq for DragKindId
impl Copy for DragKindId
impl Eq for DragKindId
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