#[repr(C)]pub struct DriverDescription_S {
pub symbolicname: *const c_char,
pub explanation: *const c_char,
pub suffix: *const c_char,
pub additionalInfo: *const c_char,
pub backendSupportsSubPaths: c_int,
pub backendSupportsCurveto: c_int,
pub backendSupportsMerging: c_int,
pub backendSupportsText: c_int,
pub backendSupportsImages: c_int,
pub backendSupportsMultiplePages: c_int,
pub formatGroup: c_int,
}Fields§
§symbolicname: *const c_char§explanation: *const c_char§suffix: *const c_char§additionalInfo: *const c_char§backendSupportsSubPaths: c_int§backendSupportsCurveto: c_int§backendSupportsMerging: c_int§backendSupportsText: c_int§backendSupportsImages: c_int§backendSupportsMultiplePages: c_int§formatGroup: c_intAvailable on crate feature
pstoedit_4_00 only.Trait Implementations§
Source§impl Clone for DriverDescription_S
impl Clone for DriverDescription_S
Source§fn clone(&self) -> DriverDescription_S
fn clone(&self) -> DriverDescription_S
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DriverDescription_S
impl Debug for DriverDescription_S
impl Copy for DriverDescription_S
Auto Trait Implementations§
impl Freeze for DriverDescription_S
impl RefUnwindSafe for DriverDescription_S
impl !Send for DriverDescription_S
impl !Sync for DriverDescription_S
impl Unpin for DriverDescription_S
impl UnwindSafe for DriverDescription_S
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