Struct EALocationCodeType
#[repr(C)]pub struct EALocationCodeType {
pub LocationCodeScheme: LocationCodeSchemeType,
pub state_code: u8,
pub county_subdivision: u8,
pub county_code: u16,
}
Fields§
§LocationCodeScheme: LocationCodeSchemeType
§state_code: u8
§county_subdivision: u8
§county_code: u16
Trait Implementations§
§impl Clone for EALocationCodeType
impl Clone for EALocationCodeType
§fn clone(&self) -> EALocationCodeType
fn clone(&self) -> EALocationCodeType
Returns a copy 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 more§impl Debug for EALocationCodeType
impl Debug for EALocationCodeType
§impl Default for EALocationCodeType
impl Default for EALocationCodeType
§impl PartialEq for EALocationCodeType
impl PartialEq for EALocationCodeType
impl Copy for EALocationCodeType
impl StructuralPartialEq for EALocationCodeType
Auto Trait Implementations§
impl Freeze for EALocationCodeType
impl RefUnwindSafe for EALocationCodeType
impl Send for EALocationCodeType
impl Sync for EALocationCodeType
impl Unpin for EALocationCodeType
impl UnwindSafe for EALocationCodeType
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