pub struct Void(/* private fields */);Expand description
Void argument buffer
This ArgumentBuffer does not hold any argument written.
Implementations§
Trait Implementations§
Source§impl<T> ArgumentBuffer<T> for Void
impl<T> ArgumentBuffer<T> for Void
Source§impl Ord for Void
impl Ord for Void
Source§impl PartialOrd for Void
impl PartialOrd for Void
impl Copy for Void
impl Eq for Void
impl StructuralPartialEq for Void
Auto Trait Implementations§
impl Freeze for Void
impl RefUnwindSafe for Void
impl Send for Void
impl Sync for Void
impl Unpin for Void
impl UnwindSafe for Void
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