Struct flipperzero_sys::DigitalSignal
source · #[repr(C)]pub struct DigitalSignal {
pub start_level: bool,
pub edge_cnt: u32,
pub edges_max_cnt: u32,
pub edge_timings: *mut u32,
pub reload_reg_buff: *mut u32,
}Expand description
Re-export bindings
Fields§
§start_level: bool§edge_cnt: u32§edges_max_cnt: u32§edge_timings: *mut u32§reload_reg_buff: *mut u32Trait Implementations§
source§impl Clone for DigitalSignal
impl Clone for DigitalSignal
source§fn clone(&self) -> DigitalSignal
fn clone(&self) -> DigitalSignal
Returns a copy 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 more