#[repr(C)]pub struct libpostal_address_parser_response {
pub num_components: size_t,
pub components: *mut *mut c_char,
pub labels: *mut *mut c_char,
}Fields§
§num_components: size_t§components: *mut *mut c_char§labels: *mut *mut c_charTrait Implementations§
Source§impl Clone for libpostal_address_parser_response
impl Clone for libpostal_address_parser_response
Source§fn clone(&self) -> libpostal_address_parser_response
fn clone(&self) -> libpostal_address_parser_response
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 moreimpl Copy for libpostal_address_parser_response
Auto Trait Implementations§
impl Freeze for libpostal_address_parser_response
impl RefUnwindSafe for libpostal_address_parser_response
impl !Send for libpostal_address_parser_response
impl !Sync for libpostal_address_parser_response
impl Unpin for libpostal_address_parser_response
impl UnwindSafe for libpostal_address_parser_response
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