pub enum Gabor {
Disabled,
Enabled([[f32; 2]; 3]),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gabor
impl RefUnwindSafe for Gabor
impl Send for Gabor
impl Sync for Gabor
impl Unpin for Gabor
impl UnwindSafe for Gabor
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
Source§impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
Source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.