pub struct AddServiceSubtypeParams { /* private fields */ }
Expand description
Holds parameters for ManagedAvahiEntryGroup::add_service_subtype()
.
See avahi_entry_group_add_service_subtype()
for more information about these parameters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddServiceSubtypeParams
impl RefUnwindSafe for AddServiceSubtypeParams
impl !Send for AddServiceSubtypeParams
impl !Sync for AddServiceSubtypeParams
impl Unpin for AddServiceSubtypeParams
impl UnwindSafe for AddServiceSubtypeParams
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