Struct TimedLevel
#[repr(C)]pub struct TimedLevel {
pub frequency: [u8; 2048],
pub waveform: [u8; 2048],
pub state: i32,
pub timeStamp: i64,
}
Fields§
§frequency: [u8; 2048]
§waveform: [u8; 2048]
§state: i32
§timeStamp: i64
Trait Implementations§
§impl Clone for TimedLevel
impl Clone for TimedLevel
§fn clone(&self) -> TimedLevel
fn clone(&self) -> TimedLevel
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§impl Debug for TimedLevel
impl Debug for TimedLevel
§impl PartialEq for TimedLevel
impl PartialEq for TimedLevel
impl Copy for TimedLevel
impl StructuralPartialEq for TimedLevel
Auto Trait Implementations§
impl Freeze for TimedLevel
impl RefUnwindSafe for TimedLevel
impl Send for TimedLevel
impl Sync for TimedLevel
impl Unpin for TimedLevel
impl UnwindSafe for TimedLevel
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