pub struct OscArray {
pub content: Vec<OscType>,
}
Expand description
An OscArray color.
Fields§
§content: Vec<OscType>
Trait Implementations§
impl StructuralPartialEq for OscArray
Auto Trait Implementations§
impl Freeze for OscArray
impl RefUnwindSafe for OscArray
impl Send for OscArray
impl Sync for OscArray
impl Unpin for OscArray
impl UnwindSafe for OscArray
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