Struct libspa_sys::spa_point
source · #[repr(C)]pub struct spa_point {
pub x: i32,
pub y: i32,
}
Fields§
§x: i32
§y: i32
Trait Implementations§
source§impl PartialEq for spa_point
impl PartialEq for spa_point
impl Copy for spa_point
impl Eq for spa_point
impl StructuralPartialEq for spa_point
Auto Trait Implementations§
impl RefUnwindSafe for spa_point
impl Send for spa_point
impl Sync for spa_point
impl Unpin for spa_point
impl UnwindSafe for spa_point
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