pub struct InputPageBlockMap {
pub geo: InputGeoPoint,
pub zoom: i32,
pub w: i32,
pub h: i32,
pub caption: PageCaption,
}Expand description
Generated from:
inputPageBlockMap#574b617f geo:InputGeoPoint zoom:int w:int h:int caption:PageCaption = PageBlockFields§
§geo: InputGeoPoint§zoom: i32§w: i32§h: i32§caption: PageCaptionTrait Implementations§
Source§impl Clone for InputPageBlockMap
impl Clone for InputPageBlockMap
Source§fn clone(&self) -> InputPageBlockMap
fn clone(&self) -> InputPageBlockMap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputPageBlockMap
impl Debug for InputPageBlockMap
Source§impl Deserializable for InputPageBlockMap
impl Deserializable for InputPageBlockMap
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<InputPageBlockMap> for PageBlock
impl From<InputPageBlockMap> for PageBlock
Source§fn from(x: InputPageBlockMap) -> Self
fn from(x: InputPageBlockMap) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPageBlockMap
impl Identifiable for InputPageBlockMap
Source§const CONSTRUCTOR_ID: u32 = 0x574b617f
const CONSTRUCTOR_ID: u32 = 0x574b617f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPageBlockMap
impl PartialEq for InputPageBlockMap
Source§fn eq(&self, other: &InputPageBlockMap) -> bool
fn eq(&self, other: &InputPageBlockMap) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for InputPageBlockMap
impl Serializable for InputPageBlockMap
impl StructuralPartialEq for InputPageBlockMap
Auto Trait Implementations§
impl Freeze for InputPageBlockMap
impl RefUnwindSafe for InputPageBlockMap
impl Send for InputPageBlockMap
impl Sync for InputPageBlockMap
impl Unpin for InputPageBlockMap
impl UnsafeUnpin for InputPageBlockMap
impl UnwindSafe for InputPageBlockMap
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