pub struct InputWebFileGeoPointLocation {
pub geo_point: InputGeoPoint,
pub access_hash: i64,
pub w: i32,
pub h: i32,
pub zoom: i32,
pub scale: i32,
}Expand description
Generated from:
inputWebFileGeoPointLocation#9f2221c9 geo_point:InputGeoPoint access_hash:long w:int h:int zoom:int scale:int = InputWebFileLocationFields§
§geo_point: InputGeoPoint§access_hash: i64§w: i32§h: i32§zoom: i32§scale: i32Trait Implementations§
Source§impl Clone for InputWebFileGeoPointLocation
impl Clone for InputWebFileGeoPointLocation
Source§fn clone(&self) -> InputWebFileGeoPointLocation
fn clone(&self) -> InputWebFileGeoPointLocation
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 InputWebFileGeoPointLocation
impl Debug for InputWebFileGeoPointLocation
Source§impl Deserializable for InputWebFileGeoPointLocation
impl Deserializable for InputWebFileGeoPointLocation
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<InputWebFileGeoPointLocation> for InputWebFileLocation
impl From<InputWebFileGeoPointLocation> for InputWebFileLocation
Source§fn from(x: InputWebFileGeoPointLocation) -> Self
fn from(x: InputWebFileGeoPointLocation) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputWebFileGeoPointLocation
impl Identifiable for InputWebFileGeoPointLocation
Source§const CONSTRUCTOR_ID: u32 = 0x9f2221c9
const CONSTRUCTOR_ID: u32 = 0x9f2221c9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputWebFileGeoPointLocation
impl PartialEq for InputWebFileGeoPointLocation
Source§fn eq(&self, other: &InputWebFileGeoPointLocation) -> bool
fn eq(&self, other: &InputWebFileGeoPointLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<InputWebFileLocation> for InputWebFileGeoPointLocation
impl TryFrom<InputWebFileLocation> for InputWebFileGeoPointLocation
Source§type Error = InputWebFileLocation
type Error = InputWebFileLocation
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputWebFileGeoPointLocation
Auto Trait Implementations§
impl Freeze for InputWebFileGeoPointLocation
impl RefUnwindSafe for InputWebFileGeoPointLocation
impl Send for InputWebFileGeoPointLocation
impl Sync for InputWebFileGeoPointLocation
impl Unpin for InputWebFileGeoPointLocation
impl UnsafeUnpin for InputWebFileGeoPointLocation
impl UnwindSafe for InputWebFileGeoPointLocation
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