pub struct SceneControl {
pub decoder_continue_flag: bool,
pub scene_reveal_flag: bool,
pub scene_tag: u8,
}Expand description
scene_control() object (Table 42): same layout as scene_done_message.
Fields§
§decoder_continue_flag: booldecoder_continue_flag.
scene_reveal_flag: boolscene_reveal_flag.
scene_tag: u84-bit scene_tag — the scene end mark being operated upon.
Trait Implementations§
Source§impl ApduDef<'_> for SceneControl
impl ApduDef<'_> for SceneControl
Source§impl Clone for SceneControl
impl Clone for SceneControl
Source§fn clone(&self) -> SceneControl
fn clone(&self) -> SceneControl
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 SceneControl
Source§impl Debug for SceneControl
impl Debug for SceneControl
impl Eq for SceneControl
Source§impl<'a> From<SceneControl> for AnyApdu<'a>
impl<'a> From<SceneControl> for AnyApdu<'a>
Source§fn from(v: SceneControl) -> Self
fn from(v: SceneControl) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for SceneControl
impl<'a> Parse<'a> for SceneControl
Source§impl PartialEq for SceneControl
impl PartialEq for SceneControl
Source§impl Serialize for SceneControl
Available on crate feature serde only.
impl Serialize for SceneControl
Available on crate feature
serde only.Source§impl Serialize for SceneControl
impl Serialize for SceneControl
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 SceneControl
Auto Trait Implementations§
impl Freeze for SceneControl
impl RefUnwindSafe for SceneControl
impl Send for SceneControl
impl Sync for SceneControl
impl Unpin for SceneControl
impl UnsafeUnpin for SceneControl
impl UnwindSafe for SceneControl
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