Struct flipperzero_sys::SerialServiceData
source · #[repr(C)]pub struct SerialServiceData {
pub buffer: *mut u8,
pub size: u16,
}Expand description
Re-export bindings
Fields§
§buffer: *mut u8§size: u16Trait Implementations§
source§impl Clone for SerialServiceData
impl Clone for SerialServiceData
source§fn clone(&self) -> SerialServiceData
fn clone(&self) -> SerialServiceData
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