#[repr(C)]pub struct UA_ServiceFault {
pub responseHeader: UA_ResponseHeader,
}Fields§
§responseHeader: UA_ResponseHeaderTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ServiceFault
impl RefUnwindSafe for UA_ServiceFault
impl !Send for UA_ServiceFault
impl !Sync for UA_ServiceFault
impl Unpin for UA_ServiceFault
impl UnwindSafe for UA_ServiceFault
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