#[repr(C)]pub struct ScrollEventUnit {}Implementations§
Source§impl ScrollEventUnit
impl ScrollEventUnit
pub const PIXEL: CGScrollEventUnit = 0
pub const LINE: CGScrollEventUnit = 1
Auto Trait Implementations§
impl Freeze for ScrollEventUnit
impl RefUnwindSafe for ScrollEventUnit
impl Send for ScrollEventUnit
impl Sync for ScrollEventUnit
impl Unpin for ScrollEventUnit
impl UnsafeUnpin for ScrollEventUnit
impl UnwindSafe for ScrollEventUnit
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