Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORTBASICPARMS
#[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
impl Clone for TRANSPORTBASICPARMS
§fn clone(&self) -> TRANSPORTBASICPARMS
fn clone(&self) -> TRANSPORTBASICPARMS
Returns a copy 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 moreimpl Copy for TRANSPORTBASICPARMS
Auto Trait Implementations§
impl Freeze for TRANSPORTBASICPARMS
impl RefUnwindSafe for TRANSPORTBASICPARMS
impl Send for TRANSPORTBASICPARMS
impl Sync for TRANSPORTBASICPARMS
impl Unpin for TRANSPORTBASICPARMS
impl UnwindSafe for TRANSPORTBASICPARMS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)