pub struct StudioLineOutLevel {
pub line_45: NominalSignalLevel,
pub line_67: NominalSignalLevel,
pub line_89: NominalSignalLevel,
pub line_1011: NominalSignalLevel,
}
Expand description
Line output levels.
Fields§
§line_45: NominalSignalLevel
§line_67: NominalSignalLevel
§line_89: NominalSignalLevel
§line_1011: NominalSignalLevel
Trait Implementations§
Source§impl Clone for StudioLineOutLevel
impl Clone for StudioLineOutLevel
Source§fn clone(&self) -> StudioLineOutLevel
fn clone(&self) -> StudioLineOutLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StudioLineOutLevel
impl Debug for StudioLineOutLevel
Source§impl Default for StudioLineOutLevel
impl Default for StudioLineOutLevel
Source§fn default() -> StudioLineOutLevel
fn default() -> StudioLineOutLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for StudioLineOutLevel
impl PartialEq for StudioLineOutLevel
Source§impl TcKonnektMutableSegmentOperation<StudioLineOutLevel> for Studiok48Protocol
impl TcKonnektMutableSegmentOperation<StudioLineOutLevel> for Studiok48Protocol
Source§impl TcKonnektNotifiedSegmentOperation<StudioLineOutLevel> for Studiok48Protocol
impl TcKonnektNotifiedSegmentOperation<StudioLineOutLevel> for Studiok48Protocol
const NOTIFY_FLAG: u32 = 65_536u32
Source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
Source§impl TcKonnektSegmentSerdes<StudioLineOutLevel> for Studiok48Protocol
impl TcKonnektSegmentSerdes<StudioLineOutLevel> for Studiok48Protocol
impl Copy for StudioLineOutLevel
impl Eq for StudioLineOutLevel
impl StructuralPartialEq for StudioLineOutLevel
Auto Trait Implementations§
impl Freeze for StudioLineOutLevel
impl RefUnwindSafe for StudioLineOutLevel
impl Send for StudioLineOutLevel
impl Sync for StudioLineOutLevel
impl Unpin for StudioLineOutLevel
impl UnwindSafe for StudioLineOutLevel
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