#[repr(transparent)]pub struct GeographicalExtent(pub [u8; 48]);Tuple Fields§
§0: [u8; 48]Implementations§
Trait Implementations§
Source§impl Clone for GeographicalExtent
impl Clone for GeographicalExtent
Source§fn clone(&self) -> GeographicalExtent
fn clone(&self) -> GeographicalExtent
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 GeographicalExtent
impl Debug for GeographicalExtent
Source§impl Default for GeographicalExtent
impl Default for GeographicalExtent
Source§impl<'a> Follow<'a> for &'a GeographicalExtent
impl<'a> Follow<'a> for &'a GeographicalExtent
Source§impl<'a> Follow<'a> for GeographicalExtent
impl<'a> Follow<'a> for GeographicalExtent
Source§impl PartialEq for GeographicalExtent
impl PartialEq for GeographicalExtent
Source§fn eq(&self, other: &GeographicalExtent) -> bool
fn eq(&self, other: &GeographicalExtent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'b> Push for GeographicalExtent
impl<'b> Push for GeographicalExtent
Source§impl<'a> Verifiable for GeographicalExtent
impl<'a> Verifiable for GeographicalExtent
impl Copy for GeographicalExtent
impl SimpleToVerifyInSlice for GeographicalExtent
impl StructuralPartialEq for GeographicalExtent
Auto Trait Implementations§
impl Freeze for GeographicalExtent
impl RefUnwindSafe for GeographicalExtent
impl Send for GeographicalExtent
impl Sync for GeographicalExtent
impl Unpin for GeographicalExtent
impl UnsafeUnpin for GeographicalExtent
impl UnwindSafe for GeographicalExtent
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