pub struct RoutineControlResponse<'a> {
pub routine_control_type: RoutineControlType,
pub routine_identifier: [u8; 2],
pub routine_info: Option<u8>,
pub routine_status_record: &'a [u8],
}Fields§
§routine_control_type: RoutineControlType§routine_identifier: [u8; 2]§routine_info: Option<u8>§routine_status_record: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for RoutineControlResponse<'a>
impl<'a> Clone for RoutineControlResponse<'a>
Source§fn clone(&self) -> RoutineControlResponse<'a>
fn clone(&self) -> RoutineControlResponse<'a>
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<'a> Debug for RoutineControlResponse<'a>
impl<'a> Debug for RoutineControlResponse<'a>
Source§impl<'a> FrameRead<'a> for RoutineControlResponse<'a>
impl<'a> FrameRead<'a> for RoutineControlResponse<'a>
Source§impl<'a> FrameWrite for RoutineControlResponse<'a>
impl<'a> FrameWrite for RoutineControlResponse<'a>
Source§impl<'a> Ord for RoutineControlResponse<'a>
impl<'a> Ord for RoutineControlResponse<'a>
Source§fn cmp(&self, other: &RoutineControlResponse<'a>) -> Ordering
fn cmp(&self, other: &RoutineControlResponse<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for RoutineControlResponse<'a>
impl<'a> PartialEq for RoutineControlResponse<'a>
Source§impl<'a> PartialOrd for RoutineControlResponse<'a>
impl<'a> PartialOrd for RoutineControlResponse<'a>
impl<'a> Eq for RoutineControlResponse<'a>
impl<'a> StructuralPartialEq for RoutineControlResponse<'a>
Auto Trait Implementations§
impl<'a> Freeze for RoutineControlResponse<'a>
impl<'a> RefUnwindSafe for RoutineControlResponse<'a>
impl<'a> Send for RoutineControlResponse<'a>
impl<'a> Sync for RoutineControlResponse<'a>
impl<'a> Unpin for RoutineControlResponse<'a>
impl<'a> UnsafeUnpin for RoutineControlResponse<'a>
impl<'a> UnwindSafe for RoutineControlResponse<'a>
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