Struct obs_sys::obs_sceneitem_crop
source · [−]#[repr(C)]pub struct obs_sceneitem_crop {
pub left: c_int,
pub top: c_int,
pub right: c_int,
pub bottom: c_int,
}Fields
left: c_inttop: c_intright: c_intbottom: c_intTrait Implementations
sourceimpl Clone for obs_sceneitem_crop
impl Clone for obs_sceneitem_crop
sourcefn clone(&self) -> obs_sceneitem_crop
fn clone(&self) -> obs_sceneitem_crop
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for obs_sceneitem_crop
impl Debug for obs_sceneitem_crop
sourceimpl Default for obs_sceneitem_crop
impl Default for obs_sceneitem_crop
sourcefn default() -> obs_sceneitem_crop
fn default() -> obs_sceneitem_crop
Returns the “default value” for a type. Read more
impl Copy for obs_sceneitem_crop
Auto Trait Implementations
impl RefUnwindSafe for obs_sceneitem_crop
impl Send for obs_sceneitem_crop
impl Sync for obs_sceneitem_crop
impl Unpin for obs_sceneitem_crop
impl UnwindSafe for obs_sceneitem_crop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more