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