#[repr(C)]pub struct _actionCommandResult {
pub DeviceAddress: c_uint,
pub Status: actionCommandStatus,
}Expand description
Action Command Result.
Fields§
§DeviceAddress: c_uint§Status: actionCommandStatusTrait Implementations§
Source§impl Clone for _actionCommandResult
impl Clone for _actionCommandResult
Source§fn clone(&self) -> _actionCommandResult
fn clone(&self) -> _actionCommandResult
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 _actionCommandResult
impl Debug for _actionCommandResult
impl Copy for _actionCommandResult
Auto Trait Implementations§
impl Freeze for _actionCommandResult
impl RefUnwindSafe for _actionCommandResult
impl Send for _actionCommandResult
impl Sync for _actionCommandResult
impl Unpin for _actionCommandResult
impl UnwindSafe for _actionCommandResult
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