pub struct Ring { /* private fields */ }
Implementations§
Source§impl Ring
impl Ring
pub fn new<OnError, OnOverflow>( handle: Arc<DeviceHandle<Context>>, configuration: &Configuration, on_error: OnError, on_overflow: OnOverflow, event_loop: Arc<EventLoop>, transfer_type: TransferType, ) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
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