Struct TRANSPORTVIDEOPARMS
#[repr(C)]pub struct TRANSPORTVIDEOPARMS {
pub OutputMode: i32,
pub Input: i32,
}
Fields§
§OutputMode: i32
§Input: i32
Trait Implementations§
§impl Clone for TRANSPORTVIDEOPARMS
impl Clone for TRANSPORTVIDEOPARMS
§fn clone(&self) -> TRANSPORTVIDEOPARMS
fn clone(&self) -> TRANSPORTVIDEOPARMS
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 TRANSPORTVIDEOPARMS
Auto Trait Implementations§
impl Freeze for TRANSPORTVIDEOPARMS
impl RefUnwindSafe for TRANSPORTVIDEOPARMS
impl Send for TRANSPORTVIDEOPARMS
impl Sync for TRANSPORTVIDEOPARMS
impl Unpin for TRANSPORTVIDEOPARMS
impl UnwindSafe for TRANSPORTVIDEOPARMS
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