Struct flipperzero_sys::MfClassicBlock
source · #[repr(C)]pub struct MfClassicBlock {
pub value: [u8; 16],
}Expand description
Re-export bindings
Fields§
§value: [u8; 16]Trait Implementations§
source§impl Clone for MfClassicBlock
impl Clone for MfClassicBlock
source§fn clone(&self) -> MfClassicBlock
fn clone(&self) -> MfClassicBlock
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