Skip to main content

RepeatR

Type Alias RepeatR 

Source
pub type RepeatR = BitReader<Repeat>;
Expand description

Field REPEAT reader - Repeat Delay

Aliased Type§

pub struct RepeatR { /* private fields */ }

Implementations§

Source§

impl RepeatR

Source

pub const fn variant(&self) -> Repeat

Get enumerated values variant

Source

pub fn is_delayonce(&self) -> bool

One-time delay

Source

pub fn is_delayrepeats(&self) -> bool

Delay repeats continuously