Struct x11rb::protocol::xprint::Printer [−][src]
Fields
name: Vec<String8>
description: Vec<String8>
Implementations
Get the value of the nameLen
field.
The nameLen
field is used as the length field of the name
field.
This function computes the field’s value again based on the length of the list.
Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
Get the value of the descLen
field.
The descLen
field is used as the length field of the description
field.
This function computes the field’s value again based on the length of the list.
Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Printer
impl UnwindSafe for Printer
Blanket Implementations
Mutably borrows from an owned value. Read more