pub struct ActivationStateChangeRequest {
pub activation_state: ActivationState,
}Expand description
activation_state_change_request() (Table 52): host → module.
Fields§
§activation_state: ActivationStateThe requested new activation state (low 4 bits; top 4 bits reserved).
Trait Implementations§
Source§impl Clone for ActivationStateChangeRequest
impl Clone for ActivationStateChangeRequest
Source§fn clone(&self) -> ActivationStateChangeRequest
fn clone(&self) -> ActivationStateChangeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActivationStateChangeRequest
Source§impl Debug for ActivationStateChangeRequest
impl Debug for ActivationStateChangeRequest
impl Eq for ActivationStateChangeRequest
Source§impl<'a> Parse<'a> for ActivationStateChangeRequest
impl<'a> Parse<'a> for ActivationStateChangeRequest
Source§impl Serialize for ActivationStateChangeRequest
Available on crate feature serde only.
impl Serialize for ActivationStateChangeRequest
Available on crate feature
serde only.Source§impl Serialize for ActivationStateChangeRequest
impl Serialize for ActivationStateChangeRequest
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for ActivationStateChangeRequest
Auto Trait Implementations§
impl Freeze for ActivationStateChangeRequest
impl RefUnwindSafe for ActivationStateChangeRequest
impl Send for ActivationStateChangeRequest
impl Sync for ActivationStateChangeRequest
impl Unpin for ActivationStateChangeRequest
impl UnsafeUnpin for ActivationStateChangeRequest
impl UnwindSafe for ActivationStateChangeRequest
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