pub struct WriteControlResponse {
pub result: AdsError,
pub command_id: CommandID,
}Expand description
Write control
Fields§
§result: AdsError§command_id: CommandIDImplementations§
Trait Implementations§
Source§impl Clone for WriteControlResponse
impl Clone for WriteControlResponse
Source§fn clone(&self) -> WriteControlResponse
fn clone(&self) -> WriteControlResponse
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 WriteControlResponse
impl Debug for WriteControlResponse
Source§impl From<WriteControlResponse> for Response
impl From<WriteControlResponse> for Response
Source§fn from(response: WriteControlResponse) -> Self
fn from(response: WriteControlResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WriteControlResponse
impl PartialEq for WriteControlResponse
Source§impl ReadFrom for WriteControlResponse
impl ReadFrom for WriteControlResponse
Source§impl TryInto<WriteControlResponse> for Response
impl TryInto<WriteControlResponse> for Response
Source§type Error = TryIntoError
type Error = TryIntoError
The type returned in the event of a conversion error.
Source§impl WriteTo for WriteControlResponse
impl WriteTo for WriteControlResponse
impl Eq for WriteControlResponse
impl StructuralPartialEq for WriteControlResponse
Auto Trait Implementations§
impl Freeze for WriteControlResponse
impl RefUnwindSafe for WriteControlResponse
impl Send for WriteControlResponse
impl Sync for WriteControlResponse
impl Unpin for WriteControlResponse
impl UnwindSafe for WriteControlResponse
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