#[repr(C)]pub struct SubGhzKey {
pub name: *mut FuriString,
pub key: u64,
pub type_: u16,
}Fields§
§name: *mut FuriString§key: u64§type_: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubGhzKey
impl RefUnwindSafe for SubGhzKey
impl !Send for SubGhzKey
impl !Sync for SubGhzKey
impl Unpin for SubGhzKey
impl UnwindSafe for SubGhzKey
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