pub struct cp_hover_effect { /* private fields */ }Available on crate feature
tracking_area only.Expand description
Trait Implementations§
Source§impl Debug for cp_hover_effect
impl Debug for cp_hover_effect
Source§impl RefEncode for cp_hover_effect
impl RefEncode for cp_hover_effect
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for cp_hover_effect
impl !RefUnwindSafe for cp_hover_effect
impl !Send for cp_hover_effect
impl !Sync for cp_hover_effect
impl !Unpin for cp_hover_effect
impl !UnwindSafe for cp_hover_effect
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