Struct x11::xcursor::_XcursorAnimate
source · [−]#[repr(C)]pub struct _XcursorAnimate {
pub cursors: *mut XcursorCursors,
pub sequence: c_int,
}
Fields
cursors: *mut XcursorCursors
sequence: c_int
Trait Implementations
sourceimpl Clone for _XcursorAnimate
impl Clone for _XcursorAnimate
sourcefn clone(&self) -> _XcursorAnimate
fn clone(&self) -> _XcursorAnimate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XcursorAnimate
impl Debug for _XcursorAnimate
impl Copy for _XcursorAnimate
Auto Trait Implementations
impl RefUnwindSafe for _XcursorAnimate
impl !Send for _XcursorAnimate
impl !Sync for _XcursorAnimate
impl Unpin for _XcursorAnimate
impl UnwindSafe for _XcursorAnimate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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