#[repr(C)]pub struct libpostal_token {
pub offset: size_t,
pub len: size_t,
pub type_: u16,
}Fields§
§offset: size_t§len: size_t§type_: u16Trait Implementations§
Source§impl Clone for libpostal_token
impl Clone for libpostal_token
Source§fn clone(&self) -> libpostal_token
fn clone(&self) -> libpostal_token
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 libpostal_token
impl Debug for libpostal_token
impl Copy for libpostal_token
Auto Trait Implementations§
impl Freeze for libpostal_token
impl RefUnwindSafe for libpostal_token
impl Send for libpostal_token
impl Sync for libpostal_token
impl Unpin for libpostal_token
impl UnwindSafe for libpostal_token
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