Struct x11_dl::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§
source§impl Clone for _XcursorAnimate
impl Clone for _XcursorAnimate
source§fn clone(&self) -> _XcursorAnimate
fn clone(&self) -> _XcursorAnimate
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 _XcursorAnimate
impl Debug for _XcursorAnimate
impl Copy for _XcursorAnimate
Auto Trait Implementations§
impl Freeze for _XcursorAnimate
impl RefUnwindSafe for _XcursorAnimate
impl !Send for _XcursorAnimate
impl !Sync for _XcursorAnimate
impl Unpin for _XcursorAnimate
impl UnwindSafe for _XcursorAnimate
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