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