pub enum HwSInfoOne {
Request(u8),
Used(u8),
}Available on crate feature
rt-link only.Variants§
Implementations§
Source§impl HwSInfoOne
impl HwSInfoOne
pub fn new_array(buf: &[u8]) -> IterableArrayHwSInfoOne<'_> ⓘ
Source§impl HwSInfoOne
impl HwSInfoOne
pub fn new<'a>(buf: &'a [u8]) -> IterableHwSInfoOne<'a> ⓘ
Trait Implementations§
Source§impl Clone for HwSInfoOne
impl Clone for HwSInfoOne
Source§fn clone(&self) -> HwSInfoOne
fn clone(&self) -> HwSInfoOne
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 moreAuto Trait Implementations§
impl Freeze for HwSInfoOne
impl RefUnwindSafe for HwSInfoOne
impl Send for HwSInfoOne
impl Sync for HwSInfoOne
impl Unpin for HwSInfoOne
impl UnsafeUnpin for HwSInfoOne
impl UnwindSafe for HwSInfoOne
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