#[repr(C)]pub struct obs_encoder_roi {
pub top: u32,
pub bottom: u32,
pub left: u32,
pub right: u32,
pub priority: f32,
}
Expand description
Encoder region of interest
Fields§
§top: u32
§bottom: u32
§left: u32
§right: u32
§priority: f32
Trait Implementations§
Source§impl Clone for obs_encoder_roi
impl Clone for obs_encoder_roi
Source§fn clone(&self) -> obs_encoder_roi
fn clone(&self) -> obs_encoder_roi
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 moreSource§impl Debug for obs_encoder_roi
impl Debug for obs_encoder_roi
Source§impl PartialEq for obs_encoder_roi
impl PartialEq for obs_encoder_roi
Source§impl PartialOrd for obs_encoder_roi
impl PartialOrd for obs_encoder_roi
impl Copy for obs_encoder_roi
impl StructuralPartialEq for obs_encoder_roi
Auto Trait Implementations§
impl Freeze for obs_encoder_roi
impl RefUnwindSafe for obs_encoder_roi
impl Send for obs_encoder_roi
impl Sync for obs_encoder_roi
impl Unpin for obs_encoder_roi
impl UnwindSafe for obs_encoder_roi
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