pub struct VideoSourceConfiguration {
pub token: String,
pub name: String,
pub source_token: String,
pub bounds_x: i32,
pub bounds_y: i32,
pub bounds_width: i32,
pub bounds_height: i32,
}Fields§
§token: String§name: String§source_token: String§bounds_x: i32§bounds_y: i32§bounds_width: i32§bounds_height: i32Trait Implementations§
Source§impl Clone for VideoSourceConfiguration
impl Clone for VideoSourceConfiguration
Source§fn clone(&self) -> VideoSourceConfiguration
fn clone(&self) -> VideoSourceConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VideoSourceConfiguration
impl RefUnwindSafe for VideoSourceConfiguration
impl Send for VideoSourceConfiguration
impl Sync for VideoSourceConfiguration
impl Unpin for VideoSourceConfiguration
impl UnsafeUnpin for VideoSourceConfiguration
impl UnwindSafe for VideoSourceConfiguration
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