pub struct VideoBlock {
pub format: VideoFormat,
pub source: VideoSource,
}Expand description
A video block (user side, Bedrock Converse videoBlock parity).
Fields§
§format: VideoFormat§source: VideoSourceTrait Implementations§
Source§impl Clone for VideoBlock
impl Clone for VideoBlock
Source§fn clone(&self) -> VideoBlock
fn clone(&self) -> VideoBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoBlock
impl Debug for VideoBlock
Source§impl<'de> Deserialize<'de> for VideoBlock
impl<'de> Deserialize<'de> for VideoBlock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for VideoBlock
Source§impl PartialEq for VideoBlock
impl PartialEq for VideoBlock
Source§fn eq(&self, other: &VideoBlock) -> bool
fn eq(&self, other: &VideoBlock) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VideoBlock
impl Serialize for VideoBlock
impl StructuralPartialEq for VideoBlock
Auto Trait Implementations§
impl Freeze for VideoBlock
impl RefUnwindSafe for VideoBlock
impl Send for VideoBlock
impl Sync for VideoBlock
impl Unpin for VideoBlock
impl UnsafeUnpin for VideoBlock
impl UnwindSafe for VideoBlock
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