#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubGhzRadioPreset
Auto Trait Implementations§
impl !Send for SubGhzRadioPreset
impl !Sync for SubGhzRadioPreset
impl Freeze for SubGhzRadioPreset
impl RefUnwindSafe for SubGhzRadioPreset
impl Unpin for SubGhzRadioPreset
impl UnsafeUnpin 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