pub struct LiquidOrbLayer { /* private fields */ }Implementations§
Source§impl LiquidOrbLayer
impl LiquidOrbLayer
pub fn new(palette: Palette) -> Self
pub fn from_config(config: LiquidOrbConfig) -> Self
pub fn with_config(self, config: LiquidOrbConfig) -> Self
Trait Implementations§
Source§impl Layer for LiquidOrbLayer
impl Layer for LiquidOrbLayer
fn update(&mut self, ctx: &FrameContext)
fn draw(&self, ctx: &FrameContext)
Auto Trait Implementations§
impl Freeze for LiquidOrbLayer
impl RefUnwindSafe for LiquidOrbLayer
impl Send for LiquidOrbLayer
impl Sync for LiquidOrbLayer
impl Unpin for LiquidOrbLayer
impl UnsafeUnpin for LiquidOrbLayer
impl UnwindSafe for LiquidOrbLayer
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