pub struct InputGroupCallStream {
pub call: InputGroupCall,
pub time_ms: i64,
pub scale: i32,
pub video_channel: Option<i32>,
pub video_quality: Option<i32>,
}Expand description
Generated from:
inputGroupCallStream#598a92a flags:# call:InputGroupCall time_ms:long scale:int video_channel:flags.0?int video_quality:flags.0?int = InputFileLocationFields§
§call: InputGroupCall§time_ms: i64§scale: i32§video_channel: Option<i32>§video_quality: Option<i32>Trait Implementations§
Source§impl Clone for InputGroupCallStream
impl Clone for InputGroupCallStream
Source§fn clone(&self) -> InputGroupCallStream
fn clone(&self) -> InputGroupCallStream
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 InputGroupCallStream
impl Debug for InputGroupCallStream
Source§impl Deserializable for InputGroupCallStream
impl Deserializable for InputGroupCallStream
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<InputGroupCallStream> for InputFileLocation
impl From<InputGroupCallStream> for InputFileLocation
Source§fn from(x: InputGroupCallStream) -> Self
fn from(x: InputGroupCallStream) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputGroupCallStream
impl Identifiable for InputGroupCallStream
Source§const CONSTRUCTOR_ID: u32 = 0x0598a92a
const CONSTRUCTOR_ID: u32 = 0x0598a92a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputGroupCallStream
impl PartialEq for InputGroupCallStream
Source§impl Serializable for InputGroupCallStream
impl Serializable for InputGroupCallStream
Source§impl TryFrom<InputFileLocation> for InputGroupCallStream
impl TryFrom<InputFileLocation> for InputGroupCallStream
Source§type Error = InputFileLocation
type Error = InputFileLocation
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputGroupCallStream
Auto Trait Implementations§
impl Freeze for InputGroupCallStream
impl RefUnwindSafe for InputGroupCallStream
impl Send for InputGroupCallStream
impl Sync for InputGroupCallStream
impl Unpin for InputGroupCallStream
impl UnsafeUnpin for InputGroupCallStream
impl UnwindSafe for InputGroupCallStream
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