#[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_int
Trait 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 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_sceneitem_crop
impl Debug for obs_sceneitem_crop
Source§impl Ord for obs_sceneitem_crop
impl Ord for obs_sceneitem_crop
Source§fn cmp(&self, other: &obs_sceneitem_crop) -> Ordering
fn cmp(&self, other: &obs_sceneitem_crop) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for obs_sceneitem_crop
impl PartialEq for obs_sceneitem_crop
Source§impl PartialOrd for obs_sceneitem_crop
impl PartialOrd for obs_sceneitem_crop
impl Copy for obs_sceneitem_crop
impl Eq for obs_sceneitem_crop
impl StructuralPartialEq 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