#[repr(C)]pub struct tagRPC_EE_INFO_PARAM {
pub ParameterType: ExtendedErrorParamTypes,
pub u: tagRPC_EE_INFO_PARAM__bindgen_ty_1,
}
Fields§
§ParameterType: ExtendedErrorParamTypes
§u: tagRPC_EE_INFO_PARAM__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagRPC_EE_INFO_PARAM
impl Clone for tagRPC_EE_INFO_PARAM
Source§fn clone(&self) -> tagRPC_EE_INFO_PARAM
fn clone(&self) -> tagRPC_EE_INFO_PARAM
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 moreimpl Copy for tagRPC_EE_INFO_PARAM
Auto Trait Implementations§
impl Freeze for tagRPC_EE_INFO_PARAM
impl RefUnwindSafe for tagRPC_EE_INFO_PARAM
impl !Send for tagRPC_EE_INFO_PARAM
impl !Sync for tagRPC_EE_INFO_PARAM
impl Unpin for tagRPC_EE_INFO_PARAM
impl UnwindSafe for tagRPC_EE_INFO_PARAM
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