#[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 · 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 LinkDetachWithModifierClick
impl Debug for LinkDetachWithModifierClick
impl Copy for LinkDetachWithModifierClick
Auto Trait Implementations§
impl Freeze for LinkDetachWithModifierClick
impl RefUnwindSafe for LinkDetachWithModifierClick
impl !Send for LinkDetachWithModifierClick
impl !Sync for LinkDetachWithModifierClick
impl Unpin 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