pub struct PageBlockMap {
pub geo: GeoPoint,
pub zoom: i32,
pub w: i32,
pub h: i32,
pub caption: PageCaption,
}Expand description
Generated from:
pageBlockMap#a44f3ef6 geo:GeoPoint zoom:int w:int h:int caption:PageCaption = PageBlockFields§
§geo: GeoPoint§zoom: i32§w: i32§h: i32§caption: PageCaptionTrait Implementations§
Source§impl Clone for PageBlockMap
impl Clone for PageBlockMap
Source§fn clone(&self) -> PageBlockMap
fn clone(&self) -> PageBlockMap
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 PageBlockMap
impl Debug for PageBlockMap
Source§impl Deserializable for PageBlockMap
impl Deserializable for PageBlockMap
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<PageBlockMap> for PageBlock
impl From<PageBlockMap> for PageBlock
Source§fn from(x: PageBlockMap) -> Self
fn from(x: PageBlockMap) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockMap
impl Identifiable for PageBlockMap
Source§const CONSTRUCTOR_ID: u32 = 0xa44f3ef6
const CONSTRUCTOR_ID: u32 = 0xa44f3ef6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockMap
impl PartialEq for PageBlockMap
Source§impl Serializable for PageBlockMap
impl Serializable for PageBlockMap
Source§impl TryFrom<PageBlock> for PageBlockMap
impl TryFrom<PageBlock> for PageBlockMap
impl StructuralPartialEq for PageBlockMap
Auto Trait Implementations§
impl Freeze for PageBlockMap
impl RefUnwindSafe for PageBlockMap
impl Send for PageBlockMap
impl Sync for PageBlockMap
impl Unpin for PageBlockMap
impl UnsafeUnpin for PageBlockMap
impl UnwindSafe for PageBlockMap
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