#[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: f32Auto 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