pub struct MetaInput {
pub bg: [f32; 4],
pub start: f32,
pub end: f32,
}Fields§
§bg: [f32; 4]§start: f32§end: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaInput
impl RefUnwindSafe for MetaInput
impl Send for MetaInput
impl Sync for MetaInput
impl Unpin for MetaInput
impl UnwindSafe for MetaInput
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