Struct open62541_sys::UA_CancelResponse
source · #[repr(C)]pub struct UA_CancelResponse {
pub responseHeader: UA_ResponseHeader,
pub cancelCount: UA_UInt32,
}Fields§
§responseHeader: UA_ResponseHeader§cancelCount: UA_UInt32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_CancelResponse
impl RefUnwindSafe for UA_CancelResponse
impl !Send for UA_CancelResponse
impl !Sync for UA_CancelResponse
impl Unpin for UA_CancelResponse
impl UnwindSafe for UA_CancelResponse
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