Struct GESAudio UriSource
Source #[repr(C)]pub struct GESAudioUriSource {
pub parent: GESAudioSource,
pub uri: *mut c_char,
pub priv_: *mut GESUriSource,
pub _ges_reserved: [gpointer; 4],
}Fields§
§parent: GESAudioSource§uri: *mut c_char§priv_: *mut GESUriSource§_ges_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GESAudioUriSource
impl Clone for GESAudioUriSource
Source§fn clone(&self) -> GESAudioUriSource
fn clone(&self) -> GESAudioUriSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GESAudioUriSource
Auto Trait Implementations§
impl !Send for GESAudioUriSource
impl !Sync for GESAudioUriSource
impl Freeze for GESAudioUriSource
impl RefUnwindSafe for GESAudioUriSource
impl Unpin for GESAudioUriSource
impl UnsafeUnpin for GESAudioUriSource
impl UnwindSafe for GESAudioUriSource
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