pub struct ControlTransferState {
pub ctl_ep_state: ControlEndpointState,
pub control_request_setup: UsbRequestSetup,
pub executed: bool,
}Fields§
§ctl_ep_state: ControlEndpointState§control_request_setup: UsbRequestSetup§executed: boolTrait Implementations§
Source§impl Clone for ControlTransferState
impl Clone for ControlTransferState
Source§fn clone(&self) -> ControlTransferState
fn clone(&self) -> ControlTransferState
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 moreimpl Copy for ControlTransferState
Auto Trait Implementations§
impl Freeze for ControlTransferState
impl RefUnwindSafe for ControlTransferState
impl Send for ControlTransferState
impl Sync for ControlTransferState
impl Unpin for ControlTransferState
impl UnwindSafe for ControlTransferState
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