#[repr(C)]pub struct Print_Property {
pub key: *mut c_char,
pub value: *mut c_char,
}Available on crate features
print and api-12 only.Expand description
Indicates printer property.
Available since API-level: 12
Fields§
§key: *mut c_charProperty keyword.
value: *mut c_charProperty value.
Trait Implementations§
Source§impl Clone for Print_Property
impl Clone for Print_Property
Source§fn clone(&self) -> Print_Property
fn clone(&self) -> Print_Property
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Print_Property
impl Debug for Print_Property
impl Copy for Print_Property
Auto Trait Implementations§
impl Freeze for Print_Property
impl RefUnwindSafe for Print_Property
impl !Send for Print_Property
impl !Sync for Print_Property
impl Unpin for Print_Property
impl UnsafeUnpin for Print_Property
impl UnwindSafe for Print_Property
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