Trait zeroconf::ffi::AsRaw[][src]

pub trait AsRaw {
    fn as_raw(&mut self) -> *mut c_void { ... }
}
Expand description

Helper trait to convert self to a raw *mut c_void

Provided methods

Converts self to a raw *mut c_void by cast.

Implementors