pub struct MessageMediaVideoStream {
pub rtmp_stream: bool,
pub call: InputGroupCall,
}Expand description
Read messageMediaVideoStream docs.
Generated from the following TL definition:
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 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 = 3395070857
const CONSTRUCTOR_ID: u32 = 3395070857
The unique identifier for the type.
Source§impl PartialEq for MessageMediaVideoStream
impl PartialEq for MessageMediaVideoStream
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