#[repr(C)]pub struct GeoIpLookup {
pub netmask: c_int,
}Fields§
§netmask: c_intImplementations§
Source§impl GeoIpLookup
impl GeoIpLookup
pub fn new() -> GeoIpLookup
Trait Implementations§
Source§impl Clone for GeoIpLookup
impl Clone for GeoIpLookup
Source§fn clone(&self) -> GeoIpLookup
fn clone(&self) -> GeoIpLookup
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 Default for GeoIpLookup
impl Default for GeoIpLookup
Source§fn default() -> GeoIpLookup
fn default() -> GeoIpLookup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeoIpLookup
impl RefUnwindSafe for GeoIpLookup
impl Send for GeoIpLookup
impl Sync for GeoIpLookup
impl Unpin for GeoIpLookup
impl UnwindSafe for GeoIpLookup
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