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