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
Read inputWebFileGeoPointLocation docs.
Generated from the following TL definition:
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 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 = 2669814217
const CONSTRUCTOR_ID: u32 = 2669814217
The unique identifier for the type.
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 ==.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