Struct flipperzero_sys::BitLibRegion
source · #[repr(C)]pub struct BitLibRegion {
pub mark: c_char,
pub start: usize,
pub length: usize,
}Expand description
Re-export bindings
Fields§
§mark: c_char§start: usize§length: usizeTrait Implementations§
source§impl Clone for BitLibRegion
impl Clone for BitLibRegion
source§fn clone(&self) -> BitLibRegion
fn clone(&self) -> BitLibRegion
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