Fields
data: RowBuffer<[u32; 5]>
Trait Implementations
sourceimpl Default for VariantsList
impl Default for VariantsList
sourcefn default() -> VariantsList
fn default() -> VariantsList
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VariantsList
impl Send for VariantsList
impl Sync for VariantsList
impl Unpin for VariantsList
impl UnwindSafe for VariantsList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more