Struct smbclient_sys::print_job_info [] [src]

#[repr(C)]
pub struct print_job_info { pub id: c_ushort, pub priority: c_ushort, pub size: size_t, pub user: [c_char; 128], pub name: [c_char; 128], pub t: time_t, }

Fields

numeric ID of the print job

represents print job priority (lower numbers mean higher priority)

Size of the print job

Name of the user that owns the print job

Name of the print job. This will have no name if an anonymous print * file was opened. Ie smb://server/printer

Time the print job was spooled

Trait Implementations

impl Copy for print_job_info
[src]

impl Clone for print_job_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for print_job_info
[src]

Returns the "default value" for a type. Read more