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,
}Fields
start_level: booledge_cnt: u32edges_max_cnt: u32edge_timings: *mut u32reload_reg_buff: *mut u32Trait Implementations
sourceimpl Clone for DigitalSignal
impl Clone for DigitalSignal
sourcefn clone(&self) -> DigitalSignal
fn clone(&self) -> DigitalSignal
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DigitalSignal
impl Debug for DigitalSignal
impl Copy for DigitalSignal
Auto Trait Implementations
impl RefUnwindSafe for DigitalSignal
impl !Send for DigitalSignal
impl !Sync for DigitalSignal
impl Unpin for DigitalSignal
impl UnwindSafe for DigitalSignal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more