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