pub struct MessageMediaVideoStream {
pub rtmp_stream: bool,
pub call: InputGroupCall,
}Expand description
Generated from:
messageMediaVideoStream#ca5cab89 flags:# rtmp_stream:flags.0?true call:InputGroupCall = MessageMediaFields§
§rtmp_stream: bool§call: InputGroupCallTrait Implementations§
Source§impl Clone for MessageMediaVideoStream
impl Clone for MessageMediaVideoStream
Source§fn clone(&self) -> MessageMediaVideoStream
fn clone(&self) -> MessageMediaVideoStream
Returns a duplicate 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 MessageMediaVideoStream
impl Debug for MessageMediaVideoStream
Source§impl Deserializable for MessageMediaVideoStream
impl Deserializable for MessageMediaVideoStream
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<MessageMediaVideoStream> for MessageMedia
impl From<MessageMediaVideoStream> for MessageMedia
Source§fn from(x: MessageMediaVideoStream) -> Self
fn from(x: MessageMediaVideoStream) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageMediaVideoStream
impl Identifiable for MessageMediaVideoStream
Source§const CONSTRUCTOR_ID: u32 = 0xca5cab89
const CONSTRUCTOR_ID: u32 = 0xca5cab89
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessageMediaVideoStream
impl PartialEq for MessageMediaVideoStream
Source§impl TryFrom<MessageMedia> for MessageMediaVideoStream
impl TryFrom<MessageMedia> for MessageMediaVideoStream
Source§type Error = MessageMedia
type Error = MessageMedia
The type returned in the event of a conversion error.
impl StructuralPartialEq for MessageMediaVideoStream
Auto Trait Implementations§
impl Freeze for MessageMediaVideoStream
impl RefUnwindSafe for MessageMediaVideoStream
impl Send for MessageMediaVideoStream
impl Sync for MessageMediaVideoStream
impl Unpin for MessageMediaVideoStream
impl UnsafeUnpin for MessageMediaVideoStream
impl UnwindSafe for MessageMediaVideoStream
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