Struct ndk_sys::ResNsendFlags
source · #[repr(transparent)]pub struct ResNsendFlags(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl ResNsendFlags
impl ResNsendFlags
pub const ANDROID_RESOLV_NO_RETRY: ResNsendFlags = _
source§impl ResNsendFlags
impl ResNsendFlags
pub const ANDROID_RESOLV_NO_CACHE_STORE: ResNsendFlags = _
source§impl ResNsendFlags
impl ResNsendFlags
pub const ANDROID_RESOLV_NO_CACHE_LOOKUP: ResNsendFlags = _
Trait Implementations§
source§impl Clone for ResNsendFlags
impl Clone for ResNsendFlags
source§fn clone(&self) -> ResNsendFlags
fn clone(&self) -> ResNsendFlags
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 moresource§impl Debug for ResNsendFlags
impl Debug for ResNsendFlags
source§impl Hash for ResNsendFlags
impl Hash for ResNsendFlags
source§impl PartialEq for ResNsendFlags
impl PartialEq for ResNsendFlags
source§fn eq(&self, other: &ResNsendFlags) -> bool
fn eq(&self, other: &ResNsendFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ResNsendFlags
impl Eq for ResNsendFlags
impl StructuralPartialEq for ResNsendFlags
Auto Trait Implementations§
impl Freeze for ResNsendFlags
impl RefUnwindSafe for ResNsendFlags
impl Send for ResNsendFlags
impl Sync for ResNsendFlags
impl Unpin for ResNsendFlags
impl UnwindSafe for ResNsendFlags
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