#[repr(C)]pub struct DeviceEndpoint { /* private fields */ }
Expand description
DEVICE_ENDPOINT[%s]
Implementations§
Source§impl DeviceEndpoint
impl DeviceEndpoint
Sourcepub const fn epstatusclr(&self) -> &Epstatusclr
pub const fn epstatusclr(&self) -> &Epstatusclr
0x04 - DEVICE_ENDPOINT End Point Pipe Status Clear
Sourcepub const fn epstatusset(&self) -> &Epstatusset
pub const fn epstatusset(&self) -> &Epstatusset
0x05 - DEVICE_ENDPOINT End Point Pipe Status Set
Sourcepub const fn epintenclr(&self) -> &Epintenclr
pub const fn epintenclr(&self) -> &Epintenclr
0x08 - DEVICE_ENDPOINT End Point Interrupt Clear Flag
Sourcepub const fn epintenset(&self) -> &Epintenset
pub const fn epintenset(&self) -> &Epintenset
0x09 - DEVICE_ENDPOINT End Point Interrupt Set Flag
Auto Trait Implementations§
impl !Freeze for DeviceEndpoint
impl !RefUnwindSafe for DeviceEndpoint
impl Send for DeviceEndpoint
impl !Sync for DeviceEndpoint
impl Unpin for DeviceEndpoint
impl UnwindSafe for DeviceEndpoint
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