We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc61016 commit c2b2998Copy full SHA for c2b2998
src/function/printer.rs
@@ -20,7 +20,7 @@ pub const GADGET_SET_PRINTER_STATUS: u8 = 0x22;
20
bitflags! {
21
#[derive(Clone, Copy, Debug)]
22
#[non_exhaustive]
23
- /// Printer status flags https://www.usb.org/sites/default/files/usbprint11a021811.pdf
+ /// [Printer status flags](https://www.usb.org/sites/default/files/usbprint11a021811.pdf)
24
pub struct StatusFlags: u8 {
25
/// Printer not in error state
26
const NOT_ERROR = (1 << 3);
0 commit comments