Struct pipewire_wrapper::spa::pod::object::format::VideoH264Alignment
source · #[repr(transparent)]pub struct VideoH264Alignment { /* private fields */ }
Implementations§
source§impl VideoH264Alignment
impl VideoH264Alignment
pub const UNKNOWN: VideoH264Alignment = _
pub const AU: VideoH264Alignment = _
pub const NAL: VideoH264Alignment = _
Trait Implementations§
source§impl Clone for VideoH264Alignment
impl Clone for VideoH264Alignment
source§fn clone(&self) -> VideoH264Alignment
fn clone(&self) -> VideoH264Alignment
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 VideoH264Alignment
impl Debug for VideoH264Alignment
source§impl From<VideoH264Alignment> for spa_h264_alignment
impl From<VideoH264Alignment> for spa_h264_alignment
source§fn from(value: VideoH264Alignment) -> Self
fn from(value: VideoH264Alignment) -> Self
Converts to this type from the input type.
source§impl From<u32> for VideoH264Alignment
impl From<u32> for VideoH264Alignment
source§fn from(value: spa_h264_alignment) -> Self
fn from(value: spa_h264_alignment) -> Self
Converts to this type from the input type.
source§impl PartialEq<VideoH264Alignment> for VideoH264Alignment
impl PartialEq<VideoH264Alignment> for VideoH264Alignment
source§fn eq(&self, other: &VideoH264Alignment) -> bool
fn eq(&self, other: &VideoH264Alignment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PodIdType for VideoH264Alignment
impl PodIdType for VideoH264Alignment
fn to_alloc_pod(&self) -> AllocPod<PodIdRef<Self>>
source§impl RawWrapper for VideoH264Alignment
impl RawWrapper for VideoH264Alignment
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 VideoH264Alignment
impl Eq for VideoH264Alignment
impl StructuralEq for VideoH264Alignment
impl StructuralPartialEq for VideoH264Alignment
Auto Trait Implementations§
impl RefUnwindSafe for VideoH264Alignment
impl Send for VideoH264Alignment
impl Sync for VideoH264Alignment
impl Unpin for VideoH264Alignment
impl UnwindSafe for VideoH264Alignment
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