pub struct UsbEndpoint {
pub address: u8,
pub direction: UsbDirection,
pub endpoint_type: UsbEndpointType,
pub max_packet_size: u16,
pub interval: u8,
}Expand description
USB endpoint descriptor
Fields§
§address: u8§direction: UsbDirection§endpoint_type: UsbEndpointType§max_packet_size: u16§interval: u8Implementations§
Source§impl UsbEndpoint
impl UsbEndpoint
Trait Implementations§
Source§impl Clone for UsbEndpoint
impl Clone for UsbEndpoint
Source§fn clone(&self) -> UsbEndpoint
fn clone(&self) -> UsbEndpoint
Returns a duplicate of the value. Read more
1.0.0§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 UsbEndpoint
impl RefUnwindSafe for UsbEndpoint
impl Send for UsbEndpoint
impl Sync for UsbEndpoint
impl Unpin for UsbEndpoint
impl UnwindSafe for UsbEndpoint
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)