[−][src]Struct gstreamer::event::Protection
Implementations
impl<'a> Protection<'a>
[src]
pub fn new(system_id: &'a str, data: &'a Buffer) -> Event
[src]
pub fn builder(system_id: &'a str, data: &'a Buffer) -> ProtectionBuilder<'a>
[src]
pub fn get(&self) -> (&'a str, &'a BufferRef, Option<&'a str>)
[src]
pub fn get_owned(&self) -> (&'a str, Buffer, Option<&'a str>)
[src]
Methods from Deref<Target = EventRef>
pub unsafe fn as_ptr(&self) -> *const GstEvent
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstEvent
[src]
pub fn copy(&self) -> Event
[src]
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_running_time_offset(&self) -> i64
[src]
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn is_upstream(&self) -> bool
[src]
pub fn is_downstream(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
[src]
pub fn is_sticky(&self) -> bool
[src]
pub fn is_sticky_multi(&self) -> bool
[src]
pub fn get_type(&self) -> EventType
[src]
pub fn view(&self) -> EventView<'_>
[src]
Trait Implementations
impl<'a> Debug for Protection<'a>
[src]
impl<'a> Deref for Protection<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for Protection<'a>
impl<'a> Send for Protection<'a>
impl<'a> Sync for Protection<'a>
impl<'a> Unpin for Protection<'a>
impl<'a> UnwindSafe for Protection<'a>
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, 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>,