#[repr(i32)]pub enum tagRPCOPT_PROPERTIES {
COMBND_RPCTIMEOUT = 1,
COMBND_SERVER_LOCALITY = 2,
COMBND_RESERVED1 = 4,
COMBND_RESERVED2 = 5,
COMBND_RESERVED3 = 8,
COMBND_RESERVED4 = 16,
}Variants§
COMBND_RPCTIMEOUT = 1
COMBND_SERVER_LOCALITY = 2
COMBND_RESERVED1 = 4
COMBND_RESERVED2 = 5
COMBND_RESERVED3 = 8
COMBND_RESERVED4 = 16
Trait Implementations§
Source§impl Clone for tagRPCOPT_PROPERTIES
impl Clone for tagRPCOPT_PROPERTIES
Source§fn clone(&self) -> tagRPCOPT_PROPERTIES
fn clone(&self) -> tagRPCOPT_PROPERTIES
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 tagRPCOPT_PROPERTIES
impl Debug for tagRPCOPT_PROPERTIES
Source§impl Hash for tagRPCOPT_PROPERTIES
impl Hash for tagRPCOPT_PROPERTIES
Source§impl PartialEq for tagRPCOPT_PROPERTIES
impl PartialEq for tagRPCOPT_PROPERTIES
impl Copy for tagRPCOPT_PROPERTIES
impl Eq for tagRPCOPT_PROPERTIES
impl StructuralPartialEq for tagRPCOPT_PROPERTIES
Auto Trait Implementations§
impl Freeze for tagRPCOPT_PROPERTIES
impl RefUnwindSafe for tagRPCOPT_PROPERTIES
impl Send for tagRPCOPT_PROPERTIES
impl Sync for tagRPCOPT_PROPERTIES
impl Unpin for tagRPCOPT_PROPERTIES
impl UnwindSafe for tagRPCOPT_PROPERTIES
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