pub struct MultiProcessElementsType {
pub input_channels: u16,
pub output_channels: u16,
pub process_element_positions: Vec<PositionNumber>,
pub data: Vec<u8>,
}Fields§
§input_channels: u16§output_channels: u16§process_element_positions: Vec<PositionNumber>§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiProcessElementsType
impl RefUnwindSafe for MultiProcessElementsType
impl Send for MultiProcessElementsType
impl Sync for MultiProcessElementsType
impl Unpin for MultiProcessElementsType
impl UnsafeUnpin for MultiProcessElementsType
impl UnwindSafe for MultiProcessElementsType
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