#[repr(C)]pub enum RollerMode {
Normal = 0,
Infinite = 1,
}Variants§
Trait Implementations§
Source§impl Clone for RollerMode
impl Clone for RollerMode
Source§fn clone(&self) -> RollerMode
fn clone(&self) -> RollerMode
Returns a duplicate 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 RollerMode
impl Debug for RollerMode
Source§impl PartialEq for RollerMode
impl PartialEq for RollerMode
impl Copy for RollerMode
impl Eq for RollerMode
impl StructuralPartialEq for RollerMode
Auto Trait Implementations§
impl Freeze for RollerMode
impl RefUnwindSafe for RollerMode
impl Send for RollerMode
impl Sync for RollerMode
impl Unpin for RollerMode
impl UnwindSafe for RollerMode
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