Struct wayland_cursor::FrameAndDuration [−][src]
Expand description
Which frame to show, and for how long.
This struct is output by Cursor::frame_and_duration
Fields
frame_index: usize
The index of the frame which should be shown.
frame_duration: u32
The duration that the frame should be shown for (in milliseconds).
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FrameAndDuration
impl Send for FrameAndDuration
impl Sync for FrameAndDuration
impl Unpin for FrameAndDuration
impl UnwindSafe for FrameAndDuration
Blanket Implementations
Mutably borrows from an owned value. Read more