[−][src]Struct gstreamer_player::PlayerConfig
Methods
impl PlayerConfig[src]
pub fn get_position_update_interval(&self) -> u32[src]
pub fn get_seek_accurate(&self) -> bool[src]
pub fn get_user_agent(&self) -> Option<String>[src]
pub fn set_position_update_interval(&mut self, interval: u32)[src]
pub fn set_seek_accurate(&mut self, accurate: bool)[src]
pub fn set_user_agent(&mut self, agent: &str)[src]
pub unsafe fn into_ptr(self) -> *mut GstStructure[src]
Trait Implementations
impl AsMut<StructureRef> for PlayerConfig[src]
fn as_mut(&mut self) -> &mut StructureRef[src]
impl AsRef<StructureRef> for PlayerConfig[src]
fn as_ref(&self) -> &StructureRef[src]
impl Clone for PlayerConfig[src]
fn clone(&self) -> PlayerConfig[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PlayerConfig[src]
impl Deref for PlayerConfig[src]
type Target = StructureRef
The resulting type after dereferencing.
fn deref(&self) -> &StructureRef[src]
impl DerefMut for PlayerConfig[src]
fn deref_mut(&mut self) -> &mut StructureRef[src]
impl Eq for PlayerConfig[src]
impl FromGlibPtrFull<*mut GstStructure> for PlayerConfig[src]
unsafe fn from_glib_full(ptr: *mut GstStructure) -> Self[src]
impl PartialEq<PlayerConfig> for PlayerConfig[src]
fn eq(&self, other: &PlayerConfig) -> bool[src]
fn ne(&self, other: &PlayerConfig) -> bool[src]
impl StructuralEq for PlayerConfig[src]
impl StructuralPartialEq for PlayerConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for PlayerConfig
impl Send for PlayerConfig
impl Sync for PlayerConfig
impl Unpin for PlayerConfig
impl UnwindSafe for PlayerConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,