Struct oo_bindgen::model::SynchronousInterface
source · pub struct SynchronousInterface { /* private fields */ }
Expand description
Declares that the contained interface is synchronous only
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 SynchronousInterface
impl Clone for SynchronousInterface
source§fn clone(&self) -> SynchronousInterface
fn clone(&self) -> SynchronousInterface
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 SynchronousInterface
impl Debug for SynchronousInterface
source§impl From<SynchronousInterface> for FunctionArgument
impl From<SynchronousInterface> for FunctionArgument
source§fn from(x: SynchronousInterface) -> Self
fn from(x: SynchronousInterface) -> Self
Converts to this type from the input type.