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