#[repr(C)]pub struct HAPI_ThriftServerOptions {
pub autoClose: HAPI_Bool,
pub timeoutMs: f32,
pub verbosity: StatusVerbosity,
pub sharedMemoryBufferType: ThriftSharedMemoryBufferType,
pub sharedMemoryBufferSize: HAPI_Int64,
}
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 duplicate 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 Freeze for HAPI_ThriftServerOptions
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