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