#[repr(C)]pub struct spa_meta_region {
pub region: spa_region,
}
Expand description
metadata structure for Region or an array of these for RegionArray
Fields§
§region: spa_region
Trait Implementations§
Source§impl Clone for spa_meta_region
impl Clone for spa_meta_region
Source§fn clone(&self) -> spa_meta_region
fn clone(&self) -> spa_meta_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_meta_region
impl Debug for spa_meta_region
Source§impl PartialEq for spa_meta_region
impl PartialEq for spa_meta_region
impl Copy for spa_meta_region
impl Eq for spa_meta_region
impl StructuralPartialEq for spa_meta_region
Auto Trait Implementations§
impl Freeze for spa_meta_region
impl RefUnwindSafe for spa_meta_region
impl Send for spa_meta_region
impl Sync for spa_meta_region
impl Unpin for spa_meta_region
impl UnwindSafe for spa_meta_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