#[repr(C)]
pub struct TRANSPORTBASICPARMS {
Show 30 fields pub TimeFormat: i32, pub TimeReference: i32, pub Superimpose: i32, pub EndStopAction: i32, pub RecordFormat: i32, pub StepFrames: i32, pub SetpField: i32, pub Preroll: i32, pub RecPreroll: i32, pub Postroll: i32, pub EditDelay: i32, pub PlayTCDelay: i32, pub RecTCDelay: i32, pub EditField: i32, pub FrameServo: i32, pub ColorFrameServo: i32, pub ServoRef: i32, pub WarnGenlock: i32, pub SetTracking: i32, pub VolumeName: [i8; 40], pub Ballistic: [i32; 20], pub Speed: i32, pub CounterFormat: i32, pub TunerChannel: i32, pub TunerNumber: i32, pub TimerEvent: i32, pub TimerStartDay: i32, pub TimerStartTime: i32, pub TimerStopDay: i32, pub TimerStopTime: i32,
}

Fields§

§TimeFormat: i32§TimeReference: i32§Superimpose: i32§EndStopAction: i32§RecordFormat: i32§StepFrames: i32§SetpField: i32§Preroll: i32§RecPreroll: i32§Postroll: i32§EditDelay: i32§PlayTCDelay: i32§RecTCDelay: i32§EditField: i32§FrameServo: i32§ColorFrameServo: i32§ServoRef: i32§WarnGenlock: i32§SetTracking: i32§VolumeName: [i8; 40]§Ballistic: [i32; 20]§Speed: i32§CounterFormat: i32§TunerChannel: i32§TunerNumber: i32§TimerEvent: i32§TimerStartDay: i32§TimerStartTime: i32§TimerStopDay: i32§TimerStopTime: i32

Trait Implementations§

§

impl Clone for TRANSPORTBASICPARMS

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TRANSPORTBASICPARMS

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for TRANSPORTBASICPARMS

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl PartialEq for TRANSPORTBASICPARMS

§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for TRANSPORTBASICPARMS

§

impl Eq for TRANSPORTBASICPARMS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.