pub struct AvcSelectorParameters {
pub selectors: Vec<usize>,
}
Expand description
The parameter of selectors. The Default
trait should be implemented to call
AvcSelectorOperation::create_selector_parameters()
.
Fields§
§selectors: Vec<usize>
The index for entry in the list of function block.
Trait Implementations§
Source§impl Clone for AvcSelectorParameters
impl Clone for AvcSelectorParameters
Source§fn clone(&self) -> AvcSelectorParameters
fn clone(&self) -> AvcSelectorParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AvcSelectorParameters
impl Debug for AvcSelectorParameters
Source§impl PartialEq for AvcSelectorParameters
impl PartialEq for AvcSelectorParameters
impl Eq for AvcSelectorParameters
impl StructuralPartialEq for AvcSelectorParameters
Auto Trait Implementations§
impl Freeze for AvcSelectorParameters
impl RefUnwindSafe for AvcSelectorParameters
impl Send for AvcSelectorParameters
impl Sync for AvcSelectorParameters
impl Unpin for AvcSelectorParameters
impl UnwindSafe for AvcSelectorParameters
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