Struct s2protocol::details::MutableColorArray
source · pub struct MutableColorArray { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for MutableColorArray
impl Debug for MutableColorArray
source§impl Default for MutableColorArray
impl Default for MutableColorArray
source§impl MutableArray for MutableColorArray
impl MutableArray for MutableColorArray
source§fn validity(&self) -> Option<&MutableBitmap>
fn validity(&self) -> Option<&MutableBitmap>
The optional validity of the array.
source§fn as_arc(&mut self) -> Arc<dyn Array>
fn as_arc(&mut self) -> Arc<dyn Array>
Convert itself to an (immutable) atomically reference counted
Array.source§fn as_mut_any(&mut self) -> &mut dyn Any
fn as_mut_any(&mut self) -> &mut dyn Any
Convert to mutable
Any, to enable dynamic casting.source§fn shrink_to_fit(&mut self)
fn shrink_to_fit(&mut self)
Shrink the array to fit its length.
source§impl<__T: Borrow<Color>> TryExtend<Option<__T>> for MutableColorArray
impl<__T: Borrow<Color>> TryExtend<Option<__T>> for MutableColorArray
source§fn try_extend<I: IntoIterator<Item = Option<__T>>>(
&mut self,
iter: I
) -> Result<()>
fn try_extend<I: IntoIterator<Item = Option<__T>>>( &mut self, iter: I ) -> Result<()>
Fallible version of
Extend::extend.Auto Trait Implementations§
impl RefUnwindSafe for MutableColorArray
impl Send for MutableColorArray
impl Sync for MutableColorArray
impl Unpin for MutableColorArray
impl UnwindSafe for MutableColorArray
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