Struct core_graphics::event::ScrollEventUnit
source · #[repr(C)]pub struct ScrollEventUnit {}
Implementations
sourceimpl ScrollEventUnit
impl ScrollEventUnit
pub const PIXEL: CGScrollEventUnit = 0u32
pub const LINE: CGScrollEventUnit = 1u32
Auto Trait Implementations
impl RefUnwindSafe for ScrollEventUnit
impl Send for ScrollEventUnit
impl Sync for ScrollEventUnit
impl Unpin for ScrollEventUnit
impl UnwindSafe for ScrollEventUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more