Struct Vreqhready
#[repr(transparent)]pub struct Vreqhready(pub u32);
Expand description
High voltage on RADIO is ready
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl Clone for Vreqhready
impl Clone for Vreqhready
§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 more§impl Default for Vreqhready
impl Default for Vreqhready
§fn default() -> Vreqhready
fn default() -> Vreqhready
Returns the “default value” for a type. Read more
§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