#[repr(C)]pub struct SubGhzDevice {
pub name: *const c_char,
pub interconnect: *const SubGhzDeviceInterconnect,
}Fields§
§name: *const c_char§interconnect: *const SubGhzDeviceInterconnectTrait Implementations§
Source§impl Clone for SubGhzDevice
impl Clone for SubGhzDevice
Source§fn clone(&self) -> SubGhzDevice
fn clone(&self) -> SubGhzDevice
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 SubGhzDevice
Auto Trait Implementations§
impl !Send for SubGhzDevice
impl !Sync for SubGhzDevice
impl Freeze for SubGhzDevice
impl RefUnwindSafe for SubGhzDevice
impl Unpin for SubGhzDevice
impl UnsafeUnpin for SubGhzDevice
impl UnwindSafe for SubGhzDevice
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