pub struct GroupCallStreamChannel {
pub channel: i32,
pub scale: i32,
pub last_timestamp_ms: i64,
}Expand description
Read groupCallStreamChannel docs.
Generated from the following TL definition:
groupCallStreamChannel#80eb48af channel:int scale:int last_timestamp_ms:long = GroupCallStreamChannelFields§
§channel: i32§scale: i32§last_timestamp_ms: i64Trait Implementations§
Source§impl Clone for GroupCallStreamChannel
impl Clone for GroupCallStreamChannel
Source§fn clone(&self) -> GroupCallStreamChannel
fn clone(&self) -> GroupCallStreamChannel
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 GroupCallStreamChannel
impl Debug for GroupCallStreamChannel
Source§impl From<GroupCallStreamChannel> for GroupCallStreamChannel
impl From<GroupCallStreamChannel> for GroupCallStreamChannel
Source§fn from(x: GroupCallStreamChannel) -> Self
fn from(x: GroupCallStreamChannel) -> Self
Converts to this type from the input type.
Source§impl From<GroupCallStreamChannel> for GroupCallStreamChannel
impl From<GroupCallStreamChannel> for GroupCallStreamChannel
Source§fn from(x: GroupCallStreamChannel) -> Self
fn from(x: GroupCallStreamChannel) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GroupCallStreamChannel
impl Identifiable for GroupCallStreamChannel
Source§const CONSTRUCTOR_ID: u32 = 2162903215
const CONSTRUCTOR_ID: u32 = 2162903215
The unique identifier for the type.
Source§impl PartialEq for GroupCallStreamChannel
impl PartialEq for GroupCallStreamChannel
impl StructuralPartialEq for GroupCallStreamChannel
Auto Trait Implementations§
impl Freeze for GroupCallStreamChannel
impl RefUnwindSafe for GroupCallStreamChannel
impl Send for GroupCallStreamChannel
impl Sync for GroupCallStreamChannel
impl Unpin for GroupCallStreamChannel
impl UnsafeUnpin for GroupCallStreamChannel
impl UnwindSafe for GroupCallStreamChannel
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