#[repr(transparent)]pub struct Vreqhready(pub u32);
Expand description
High voltage on RADIO is ready
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for Vreqhready
impl Clone for Vreqhready
Source§fn clone(&self) -> Vreqhready
fn clone(&self) -> Vreqhready
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 moreSource§impl Default for Vreqhready
impl Default for Vreqhready
Source§fn default() -> Vreqhready
fn default() -> Vreqhready
Returns the “default value” for a type. Read more
Source§impl PartialEq for Vreqhready
impl PartialEq for Vreqhready
impl Copy for Vreqhready
impl Eq for Vreqhready
impl StructuralPartialEq for Vreqhready
Auto Trait Implementations§
impl Freeze for Vreqhready
impl RefUnwindSafe for Vreqhready
impl Send for Vreqhready
impl Sync for Vreqhready
impl Unpin for Vreqhready
impl UnwindSafe for Vreqhready
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)