Adds process credentials to the buffer.
impl<H> CMsgBuf<H> where H: Allocator, { fn credentials(&mut self, creds: Credentials) -> Result<(), Errno> }
The credentials to be added.