#[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
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