#[repr(C)]pub struct sStatusAndStatusChangeDetection {
pub encodedValue: [u8; 4],
}Fields§
§encodedValue: [u8; 4]Trait Implementations§
Source§impl Clone for sStatusAndStatusChangeDetection
impl Clone for sStatusAndStatusChangeDetection
Source§fn clone(&self) -> sStatusAndStatusChangeDetection
fn clone(&self) -> sStatusAndStatusChangeDetection
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 Default for sStatusAndStatusChangeDetection
impl Default for sStatusAndStatusChangeDetection
Source§fn default() -> sStatusAndStatusChangeDetection
fn default() -> sStatusAndStatusChangeDetection
Returns the “default value” for a type. Read more
Source§impl PartialEq for sStatusAndStatusChangeDetection
impl PartialEq for sStatusAndStatusChangeDetection
Source§fn eq(&self, other: &sStatusAndStatusChangeDetection) -> bool
fn eq(&self, other: &sStatusAndStatusChangeDetection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for sStatusAndStatusChangeDetection
impl Eq for sStatusAndStatusChangeDetection
impl StructuralPartialEq for sStatusAndStatusChangeDetection
Auto Trait Implementations§
impl Freeze for sStatusAndStatusChangeDetection
impl RefUnwindSafe for sStatusAndStatusChangeDetection
impl Send for sStatusAndStatusChangeDetection
impl Sync for sStatusAndStatusChangeDetection
impl Unpin for sStatusAndStatusChangeDetection
impl UnwindSafe for sStatusAndStatusChangeDetection
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