pub struct CfgWaitForFrameBlock {
pub label: CfgLabel,
pub actions: Vec<CfgAction>,
pub frame: u16,
pub if_loaded: Option<CfgLabel>,
pub if_not_loaded: Option<CfgLabel>,
}
Fields§
§label: CfgLabel
§actions: Vec<CfgAction>
§frame: u16
§if_loaded: Option<CfgLabel>
§if_not_loaded: Option<CfgLabel>
Trait Implementations§
Source§impl Debug for CfgWaitForFrameBlock
impl Debug for CfgWaitForFrameBlock
Source§impl<'de> Deserialize<'de> for CfgWaitForFrameBlock
impl<'de> Deserialize<'de> for CfgWaitForFrameBlock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CfgWaitForFrameBlock
impl PartialEq for CfgWaitForFrameBlock
Source§impl Serialize for CfgWaitForFrameBlock
impl Serialize for CfgWaitForFrameBlock
impl Eq for CfgWaitForFrameBlock
impl StructuralPartialEq for CfgWaitForFrameBlock
Auto Trait Implementations§
impl Freeze for CfgWaitForFrameBlock
impl RefUnwindSafe for CfgWaitForFrameBlock
impl Send for CfgWaitForFrameBlock
impl Sync for CfgWaitForFrameBlock
impl Unpin for CfgWaitForFrameBlock
impl UnwindSafe for CfgWaitForFrameBlock
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