#[repr(C)]pub struct LinkDetachWithModifierClick {
pub Modifier: *const bool,
}Fields§
§Modifier: *const boolTrait Implementations§
Source§impl Clone for LinkDetachWithModifierClick
impl Clone for LinkDetachWithModifierClick
Source§fn clone(&self) -> LinkDetachWithModifierClick
fn clone(&self) -> LinkDetachWithModifierClick
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 LinkDetachWithModifierClick
Source§impl Debug for LinkDetachWithModifierClick
impl Debug for LinkDetachWithModifierClick
impl Eq for LinkDetachWithModifierClick
Source§impl Hash for LinkDetachWithModifierClick
impl Hash for LinkDetachWithModifierClick
Source§impl PartialEq for LinkDetachWithModifierClick
impl PartialEq for LinkDetachWithModifierClick
Source§fn eq(&self, other: &LinkDetachWithModifierClick) -> bool
fn eq(&self, other: &LinkDetachWithModifierClick) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkDetachWithModifierClick
Auto Trait Implementations§
impl !Send for LinkDetachWithModifierClick
impl !Sync for LinkDetachWithModifierClick
impl Freeze for LinkDetachWithModifierClick
impl RefUnwindSafe for LinkDetachWithModifierClick
impl Unpin for LinkDetachWithModifierClick
impl UnsafeUnpin for LinkDetachWithModifierClick
impl UnwindSafe for LinkDetachWithModifierClick
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