#[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 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 spa_region
impl Debug for spa_region
Source§impl PartialEq for spa_region
impl PartialEq for spa_region
impl Copy for spa_region
impl Eq for spa_region
impl StructuralPartialEq for spa_region
Auto Trait Implementations§
impl Freeze for spa_region
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