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