Struct oo_bindgen::model::AsynchronousInterface
source · pub struct AsynchronousInterface { /* private fields */ }
Expand description
Declares that the contained interface is asynchronous
Acts as a “New Type” around an interface handle to restrict where it can be used in the API model
Trait Implementations§
source§impl Clone for AsynchronousInterface
impl Clone for AsynchronousInterface
source§fn clone(&self) -> AsynchronousInterface
fn clone(&self) -> AsynchronousInterface
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 AsynchronousInterface
impl Debug for AsynchronousInterface
source§impl From<AsynchronousInterface> for FunctionArgStructField
impl From<AsynchronousInterface> for FunctionArgStructField
source§fn from(x: AsynchronousInterface) -> Self
fn from(x: AsynchronousInterface) -> Self
Converts to this type from the input type.
source§impl From<AsynchronousInterface> for FunctionArgument
impl From<AsynchronousInterface> for FunctionArgument
source§fn from(x: AsynchronousInterface) -> Self
fn from(x: AsynchronousInterface) -> Self
Converts to this type from the input type.