Struct hapi_rs::raw::HAPI_ThriftServerOptions
source · #[repr(C)]pub struct HAPI_ThriftServerOptions {
pub autoClose: HAPI_Bool,
pub timeoutMs: f32,
pub verbosity: StatusVerbosity,
}
Fields§
§autoClose: HAPI_Bool
§timeoutMs: f32
§verbosity: StatusVerbosity
Trait Implementations§
source§impl Clone for HAPI_ThriftServerOptions
impl Clone for HAPI_ThriftServerOptions
source§fn clone(&self) -> HAPI_ThriftServerOptions
fn clone(&self) -> HAPI_ThriftServerOptions
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 HAPI_ThriftServerOptions
impl Debug for HAPI_ThriftServerOptions
impl Copy for HAPI_ThriftServerOptions
Auto Trait Implementations§
impl RefUnwindSafe for HAPI_ThriftServerOptions
impl Send for HAPI_ThriftServerOptions
impl Sync for HAPI_ThriftServerOptions
impl Unpin for HAPI_ThriftServerOptions
impl UnwindSafe for HAPI_ThriftServerOptions
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