#[repr(C)]pub struct Video3DLayout {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Video3DLayout
impl Video3DLayout
pub fn no3_d() -> Self
pub fn side_by_side3_d() -> Self
pub fn over_under3_d() -> Self
Trait Implementations§
Source§impl ClassIdentity for Video3DLayout
impl ClassIdentity for Video3DLayout
Source§impl Clone for Video3DLayout
impl Clone for Video3DLayout
Source§fn clone(&self) -> Video3DLayout
fn clone(&self) -> Video3DLayout
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Video3DLayout
impl Debug for Video3DLayout
Source§impl PartialEq for Video3DLayout
impl PartialEq for Video3DLayout
impl Copy for Video3DLayout
impl Eq for Video3DLayout
impl StructuralPartialEq for Video3DLayout
Auto Trait Implementations§
impl Freeze for Video3DLayout
impl RefUnwindSafe for Video3DLayout
impl Send for Video3DLayout
impl Sync for Video3DLayout
impl Unpin for Video3DLayout
impl UnwindSafe for Video3DLayout
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)