#[repr(C)]pub struct ClapperPlaylistableInterface {
pub parent_iface: GTypeInterface,
pub parse: Option<unsafe extern "C" fn(*mut ClapperPlaylistable, *mut GUri, *mut GBytes, *mut GListStore, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub padding: [gpointer; 8],
}Fields§
§parent_iface: GTypeInterface§parse: Option<unsafe extern "C" fn(*mut ClapperPlaylistable, *mut GUri, *mut GBytes, *mut GListStore, *mut GCancellable, *mut *mut GError) -> gboolean>§padding: [gpointer; 8]Trait Implementations§
Source§impl Clone for ClapperPlaylistableInterface
impl Clone for ClapperPlaylistableInterface
Source§fn clone(&self) -> ClapperPlaylistableInterface
fn clone(&self) -> ClapperPlaylistableInterface
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 ClapperPlaylistableInterface
impl Debug for ClapperPlaylistableInterface
impl Copy for ClapperPlaylistableInterface
Auto Trait Implementations§
impl Freeze for ClapperPlaylistableInterface
impl RefUnwindSafe for ClapperPlaylistableInterface
impl !Send for ClapperPlaylistableInterface
impl !Sync for ClapperPlaylistableInterface
impl Unpin for ClapperPlaylistableInterface
impl UnsafeUnpin for ClapperPlaylistableInterface
impl UnwindSafe for ClapperPlaylistableInterface
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