pub struct PageBlockAudio {
pub audio_id: i64,
pub caption: PageCaption,
}Expand description
Generated from:
pageBlockAudio#804361ea audio_id:long caption:PageCaption = PageBlockFields§
§audio_id: i64§caption: PageCaptionTrait Implementations§
Source§impl Clone for PageBlockAudio
impl Clone for PageBlockAudio
Source§fn clone(&self) -> PageBlockAudio
fn clone(&self) -> PageBlockAudio
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 PageBlockAudio
impl Debug for PageBlockAudio
Source§impl Deserializable for PageBlockAudio
impl Deserializable for PageBlockAudio
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<PageBlockAudio> for PageBlock
impl From<PageBlockAudio> for PageBlock
Source§fn from(x: PageBlockAudio) -> Self
fn from(x: PageBlockAudio) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockAudio
impl Identifiable for PageBlockAudio
Source§const CONSTRUCTOR_ID: u32 = 0x804361ea
const CONSTRUCTOR_ID: u32 = 0x804361ea
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockAudio
impl PartialEq for PageBlockAudio
Source§impl Serializable for PageBlockAudio
impl Serializable for PageBlockAudio
Source§impl TryFrom<PageBlock> for PageBlockAudio
impl TryFrom<PageBlock> for PageBlockAudio
impl StructuralPartialEq for PageBlockAudio
Auto Trait Implementations§
impl Freeze for PageBlockAudio
impl RefUnwindSafe for PageBlockAudio
impl Send for PageBlockAudio
impl Sync for PageBlockAudio
impl Unpin for PageBlockAudio
impl UnsafeUnpin for PageBlockAudio
impl UnwindSafe for PageBlockAudio
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