#[repr(transparent)]pub struct AvahiClientFlags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AvahiClientFlags
impl AvahiClientFlags
pub const AVAHI_CLIENT_NO_FAIL: AvahiClientFlags
Trait Implementations§
Source§impl BitAnd for AvahiClientFlags
impl BitAnd for AvahiClientFlags
Source§impl BitAndAssign for AvahiClientFlags
impl BitAndAssign for AvahiClientFlags
Source§fn bitand_assign(&mut self, rhs: AvahiClientFlags)
fn bitand_assign(&mut self, rhs: AvahiClientFlags)
Performs the
&= operation. Read moreSource§impl BitOr for AvahiClientFlags
impl BitOr for AvahiClientFlags
Source§impl BitOrAssign for AvahiClientFlags
impl BitOrAssign for AvahiClientFlags
Source§fn bitor_assign(&mut self, rhs: AvahiClientFlags)
fn bitor_assign(&mut self, rhs: AvahiClientFlags)
Performs the
|= operation. Read moreSource§impl Clone for AvahiClientFlags
impl Clone for AvahiClientFlags
Source§fn clone(&self) -> AvahiClientFlags
fn clone(&self) -> AvahiClientFlags
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 AvahiClientFlags
impl Debug for AvahiClientFlags
Source§impl Hash for AvahiClientFlags
impl Hash for AvahiClientFlags
Source§impl PartialEq for AvahiClientFlags
impl PartialEq for AvahiClientFlags
impl Copy for AvahiClientFlags
impl Eq for AvahiClientFlags
impl StructuralPartialEq for AvahiClientFlags
Auto Trait Implementations§
impl Freeze for AvahiClientFlags
impl RefUnwindSafe for AvahiClientFlags
impl Send for AvahiClientFlags
impl Sync for AvahiClientFlags
impl Unpin for AvahiClientFlags
impl UnwindSafe for AvahiClientFlags
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