#[repr(C)]pub struct SubGhzRadioPreset {
pub name: *mut FuriString,
pub frequency: u32,
pub data: *mut u8,
pub data_size: usize,
}Fields§
§name: *mut FuriString§frequency: u32§data: *mut u8§data_size: usizeTrait Implementations§
Source§impl Clone for SubGhzRadioPreset
impl Clone for SubGhzRadioPreset
Source§fn clone(&self) -> SubGhzRadioPreset
fn clone(&self) -> SubGhzRadioPreset
Returns a duplicate 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 moreSource§impl Debug for SubGhzRadioPreset
impl Debug for SubGhzRadioPreset
impl Copy for SubGhzRadioPreset
Auto Trait Implementations§
impl Freeze for SubGhzRadioPreset
impl RefUnwindSafe for SubGhzRadioPreset
impl !Send for SubGhzRadioPreset
impl !Sync for SubGhzRadioPreset
impl Unpin for SubGhzRadioPreset
impl UnwindSafe for SubGhzRadioPreset
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