#[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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)