#[repr(C)]pub struct AvahiStringList {
pub next: *mut AvahiStringList,
pub size: usize,
pub text: [u8; 1],
}Fields§
§next: *mut AvahiStringList§size: usize§text: [u8; 1]Trait Implementations§
Source§impl Clone for AvahiStringList
impl Clone for AvahiStringList
Source§fn clone(&self) -> AvahiStringList
fn clone(&self) -> AvahiStringList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AvahiStringList
Auto Trait Implementations§
impl !Send for AvahiStringList
impl !Sync for AvahiStringList
impl Freeze for AvahiStringList
impl RefUnwindSafe for AvahiStringList
impl Unpin for AvahiStringList
impl UnsafeUnpin for AvahiStringList
impl UnwindSafe for AvahiStringList
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