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