Struct olm_sys::OlmUtility [−][src]
#[repr(C)]pub struct OlmUtility { /* fields omitted */ }
Trait Implementations
impl Debug for OlmUtility[src]
impl Debug for OlmUtilityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for OlmUtility[src]
impl Copy for OlmUtilityimpl Clone for OlmUtility[src]
impl Clone for OlmUtilityfn clone(&self) -> OlmUtility[src]
fn clone(&self) -> OlmUtilityReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for OlmUtility
impl Send for OlmUtilityimpl Sync for OlmUtility
impl Sync for OlmUtility