pub struct Interrupt {}Expand description
Marker for an interrupt endpoint channel.
Trait Implementations§
Source§impl Type for Interrupt
impl Type for Interrupt
Source§fn ep_type() -> EndpointType
fn ep_type() -> EndpointType
Returns the
EndpointType this marker represents.impl IsInterrupt for Interrupt
Auto Trait Implementations§
impl Freeze for Interrupt
impl RefUnwindSafe for Interrupt
impl Send for Interrupt
impl Sync for Interrupt
impl Unpin for Interrupt
impl UnwindSafe for Interrupt
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