#[repr(u8)]pub enum DfuRequestType {
Out = 33,
In = 161,
Vendor = 64,
}Variants§
Trait Implementations§
Source§impl Clone for DfuRequestType
impl Clone for DfuRequestType
Source§fn clone(&self) -> DfuRequestType
fn clone(&self) -> DfuRequestType
Returns a duplicate 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 From<DfuRequestType> for u8
impl From<DfuRequestType> for u8
Source§fn from(val: DfuRequestType) -> Self
fn from(val: DfuRequestType) -> Self
Converts to this type from the input type.
impl Copy for DfuRequestType
Auto Trait Implementations§
impl Freeze for DfuRequestType
impl RefUnwindSafe for DfuRequestType
impl Send for DfuRequestType
impl Sync for DfuRequestType
impl Unpin for DfuRequestType
impl UnwindSafe for DfuRequestType
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