pub struct Sidebar {
pub enabled: Property<bool>,
pub position: Property<f64>,
}Fields§
§enabled: Property<bool>§position: Property<f64>Implementations§
source§impl Sidebar
impl Sidebar
pub fn handle_key_down(&mut self, ctx: RuntimeContext, args: ArgsKeyDown)
pub fn handle_did_mount(&mut self, ctx: RuntimeContext)
Trait Implementations§
source§impl Interpolatable for Sidebar
impl Interpolatable for Sidebar
fn interpolate(&self, other: &Self, t: f64) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for Sidebar
impl !Send for Sidebar
impl !Sync for Sidebar
impl Unpin for Sidebar
impl !UnwindSafe for Sidebar
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.