Struct pipewire_wrapper::spa::pod::object::format::VideoH264StreamFormat     
source · #[repr(transparent)]pub struct VideoH264StreamFormat { /* private fields */ }Implementations§
source§impl VideoH264StreamFormat
 
impl VideoH264StreamFormat
pub const UNKNOWN: VideoH264StreamFormat = _
pub const AVC: VideoH264StreamFormat = _
pub const AVC3: VideoH264StreamFormat = _
pub const BYTESTREAM: VideoH264StreamFormat = _
Trait Implementations§
source§impl Clone for VideoH264StreamFormat
 
impl Clone for VideoH264StreamFormat
source§fn clone(&self) -> VideoH264StreamFormat
 
fn clone(&self) -> VideoH264StreamFormat
Returns a copy 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 VideoH264StreamFormat
 
impl Debug for VideoH264StreamFormat
source§impl From<VideoH264StreamFormat> for spa_h264_stream_format
 
impl From<VideoH264StreamFormat> for spa_h264_stream_format
source§fn from(value: VideoH264StreamFormat) -> Self
 
fn from(value: VideoH264StreamFormat) -> Self
Converts to this type from the input type.
source§impl From<u32> for VideoH264StreamFormat
 
impl From<u32> for VideoH264StreamFormat
source§fn from(value: spa_h264_stream_format) -> Self
 
fn from(value: spa_h264_stream_format) -> Self
Converts to this type from the input type.
source§impl PartialEq<VideoH264StreamFormat> for VideoH264StreamFormat
 
impl PartialEq<VideoH264StreamFormat> for VideoH264StreamFormat
source§fn eq(&self, other: &VideoH264StreamFormat) -> bool
 
fn eq(&self, other: &VideoH264StreamFormat) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PodIdType for VideoH264StreamFormat
 
impl PodIdType for VideoH264StreamFormat
fn to_alloc_pod(&self) -> AllocPod<PodIdRef<Self>>
source§impl RawWrapper for VideoH264StreamFormat
 
impl RawWrapper for VideoH264StreamFormat
source§fn as_raw_ptr(&self) -> *mut Self::CType
 
fn as_raw_ptr(&self) -> *mut Self::CType
Raw ptr to the external type
source§fn from_raw(raw: Self::CType) -> Self
 
fn from_raw(raw: Self::CType) -> Self
Creates wrapper from the external value, can be use when external type has no raw pointers.
source§unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
 
unsafe fn mut_from_raw_ptr<'lft>(raw: *mut Self::CType) -> &'lft mut Self
Cast external pointer to the borrowed mutable wrapper.
Panic when pointer is null.
Lifetime is not reliable and should be guaranteed explicitly. Read more
impl Copy for VideoH264StreamFormat
impl Eq for VideoH264StreamFormat
impl StructuralEq for VideoH264StreamFormat
impl StructuralPartialEq for VideoH264StreamFormat
Auto Trait Implementations§
impl RefUnwindSafe for VideoH264StreamFormat
impl Send for VideoH264StreamFormat
impl Sync for VideoH264StreamFormat
impl Unpin for VideoH264StreamFormat
impl UnwindSafe for VideoH264StreamFormat
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