pub struct BakedKeyFlags(/* private fields */);Implementations§
Source§impl BakedKeyFlags
impl BakedKeyFlags
pub const NONE: BakedKeyFlags
pub const STEP_LEFT: BakedKeyFlags
pub const STEP_RIGHT: BakedKeyFlags
pub const STEP_KEY: BakedKeyFlags
pub const KEYFRAME: BakedKeyFlags
pub const REDUCED: BakedKeyFlags
Trait Implementations§
Source§impl BitAnd for BakedKeyFlags
impl BitAnd for BakedKeyFlags
Source§impl BitAndAssign for BakedKeyFlags
impl BitAndAssign for BakedKeyFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for BakedKeyFlags
impl BitOr for BakedKeyFlags
Source§impl BitOrAssign for BakedKeyFlags
impl BitOrAssign for BakedKeyFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for BakedKeyFlags
impl BitXor for BakedKeyFlags
Source§impl BitXorAssign for BakedKeyFlags
impl BitXorAssign for BakedKeyFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for BakedKeyFlags
impl Clone for BakedKeyFlags
Source§fn clone(&self) -> BakedKeyFlags
fn clone(&self) -> BakedKeyFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BakedKeyFlags
Source§impl Debug for BakedKeyFlags
impl Debug for BakedKeyFlags
Auto Trait Implementations§
impl Freeze for BakedKeyFlags
impl RefUnwindSafe for BakedKeyFlags
impl Send for BakedKeyFlags
impl Sync for BakedKeyFlags
impl Unpin for BakedKeyFlags
impl UnsafeUnpin for BakedKeyFlags
impl UnwindSafe for BakedKeyFlags
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