Struct flipperzero_sys::LevelDuration
source · #[repr(C)]#[repr(align(4))]pub struct LevelDuration {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Trait Implementations§
source§impl Clone for LevelDuration
impl Clone for LevelDuration
source§fn clone(&self) -> LevelDuration
fn clone(&self) -> LevelDuration
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