#[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,
}
Expand description

Required features: "Win32_Media_KernelStreaming"

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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.