pub struct Route<'d, const ID: u8> { /* private fields */ }Implementations§
Source§impl<'d, const ID: u8> Route<'d, ID>
impl<'d, const ID: u8> Route<'d, ID>
pub fn reserve(driver: &mut DriverContext<'_, 'd>) -> Result<Self>
pub fn poison(&self, driver: &mut DriverContext<'_, 'd>)
pub fn driver(&self) -> DriverRef<'d>
pub fn release(self, driver: &mut DriverContext<'_, 'd>)
pub fn finish(&self, driver: &mut DriverContext<'_, 'd>, poison: bool)
Auto Trait Implementations§
impl<'d, const ID: u8> !Freeze for Route<'d, ID>
impl<'d, const ID: u8> !RefUnwindSafe for Route<'d, ID>
impl<'d, const ID: u8> !Send for Route<'d, ID>
impl<'d, const ID: u8> !Sync for Route<'d, ID>
impl<'d, const ID: u8> !UnwindSafe for Route<'d, ID>
impl<'d, const ID: u8> Unpin for Route<'d, ID>
impl<'d, const ID: u8> UnsafeUnpin for Route<'d, ID>
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