pub struct JobParameterRev1 {
pub channel_id: u8,
pub program_id: u16,
pub auto_select: bool,
pub batch_size: u8,
}Fields§
§channel_id: u8ID of the channel associated with this parameter set
program_id: u16ID of the program or parameter set
auto_select: boolIndicates if auto-select is enabled: 0=No, 1=Yes
batch_size: u8Batch size for this parameter set
Trait Implementations§
Source§impl Debug for JobParameterRev1
impl Debug for JobParameterRev1
Source§impl Decode for JobParameterRev1
impl Decode for JobParameterRev1
Source§impl Default for JobParameterRev1
impl Default for JobParameterRev1
Source§fn default() -> JobParameterRev1
fn default() -> JobParameterRev1
Returns the “default value” for a type. Read more
Source§impl Encode for JobParameterRev1
impl Encode for JobParameterRev1
Source§impl PartialEq for JobParameterRev1
impl PartialEq for JobParameterRev1
impl Eq for JobParameterRev1
impl StructuralPartialEq for JobParameterRev1
Auto Trait Implementations§
impl Freeze for JobParameterRev1
impl RefUnwindSafe for JobParameterRev1
impl Send for JobParameterRev1
impl Sync for JobParameterRev1
impl Unpin for JobParameterRev1
impl UnwindSafe for JobParameterRev1
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