pub struct WriteNotifyResponse {
pub data_type: DbrType,
pub data_count: u32,
pub client_ioid: u32,
pub status_code: u32,
}Fields§
§data_type: DbrType§data_count: u32§client_ioid: u32§status_code: u32Trait Implementations§
Source§impl CAMessage for WriteNotifyResponse
impl CAMessage for WriteNotifyResponse
Source§impl From<&WriteNotifyResponse> for RawMessage
impl From<&WriteNotifyResponse> for RawMessage
Source§fn from(value: &WriteNotifyResponse) -> Self
fn from(value: &WriteNotifyResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RawMessage> for WriteNotifyResponse
impl TryFrom<RawMessage> for WriteNotifyResponse
Source§type Error = MessageError
type Error = MessageError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for WriteNotifyResponse
impl RefUnwindSafe for WriteNotifyResponse
impl Send for WriteNotifyResponse
impl Sync for WriteNotifyResponse
impl Unpin for WriteNotifyResponse
impl UnwindSafe for WriteNotifyResponse
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