pub struct Output<const OM: u32>;
Auto Trait Implementations§
impl<const OM: u32> Freeze for Output<OM>
impl<const OM: u32> RefUnwindSafe for Output<OM>
impl<const OM: u32> Send for Output<OM>
impl<const OM: u32> Sync for Output<OM>
impl<const OM: u32> Unpin for Output<OM>
impl<const OM: u32> UnwindSafe for Output<OM>
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