#[repr(C)]pub struct C_ScrollEvent { /* private fields */ }Trait Implementations§
Source§impl Clone for C_ScrollEvent
impl Clone for C_ScrollEvent
Source§fn clone(&self) -> C_ScrollEvent
fn clone(&self) -> C_ScrollEvent
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 C_ScrollEvent
impl Debug for C_ScrollEvent
impl Copy for C_ScrollEvent
Auto Trait Implementations§
impl Freeze for C_ScrollEvent
impl RefUnwindSafe for C_ScrollEvent
impl Send for C_ScrollEvent
impl Sync for C_ScrollEvent
impl Unpin for C_ScrollEvent
impl UnwindSafe for C_ScrollEvent
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