Struct libspa_sys::spa_region
source · #[repr(C)]pub struct spa_region {
pub position: spa_point,
pub size: spa_rectangle,
}
Fields§
§position: spa_point
§size: spa_rectangle
Trait Implementations§
source§impl Clone for spa_region
impl Clone for spa_region
source§fn clone(&self) -> spa_region
fn clone(&self) -> spa_region
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 spa_region
impl Debug for spa_region
source§impl PartialEq for spa_region
impl PartialEq for spa_region
source§fn eq(&self, other: &spa_region) -> bool
fn eq(&self, other: &spa_region) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_region
impl Eq for spa_region
impl StructuralPartialEq for spa_region
Auto Trait Implementations§
impl RefUnwindSafe for spa_region
impl Send for spa_region
impl Sync for spa_region
impl Unpin for spa_region
impl UnwindSafe for spa_region
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