#[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_int§top: c_int§right: c_int§bottom: c_intTrait Implementations§
Source§impl Clone for obs_sceneitem_crop
impl Clone for obs_sceneitem_crop
Source§fn clone(&self) -> obs_sceneitem_crop
fn clone(&self) -> obs_sceneitem_crop
Returns a duplicate 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_sceneitem_crop
impl Debug for obs_sceneitem_crop
impl Copy for obs_sceneitem_crop
Auto Trait Implementations§
impl Freeze for obs_sceneitem_crop
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§
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