Struct x11_dl::xrender::_XAnimCursor
source · #[repr(C)]pub struct _XAnimCursor {
pub cursor: Cursor,
pub delay: c_ulong,
}
Fields§
§cursor: Cursor
§delay: c_ulong
Trait Implementations§
source§impl Clone for _XAnimCursor
impl Clone for _XAnimCursor
source§fn clone(&self) -> _XAnimCursor
fn clone(&self) -> _XAnimCursor
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 _XAnimCursor
impl Debug for _XAnimCursor
source§impl PartialEq for _XAnimCursor
impl PartialEq for _XAnimCursor
source§fn eq(&self, other: &_XAnimCursor) -> bool
fn eq(&self, other: &_XAnimCursor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _XAnimCursor
impl StructuralPartialEq for _XAnimCursor
Auto Trait Implementations§
impl Freeze for _XAnimCursor
impl RefUnwindSafe for _XAnimCursor
impl Send for _XAnimCursor
impl Sync for _XAnimCursor
impl Unpin for _XAnimCursor
impl UnwindSafe for _XAnimCursor
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