#[repr(C)]pub struct Print_PropertyList {
pub count: u32,
pub list: *mut Print_Property,
}Available on crate features
print and api-12 only.Expand description
List of printer properties.
Available since API-level: 12
Fields§
§count: u32Number of properties.
list: *mut Print_PropertyProperty pointer array.
Trait Implementations§
Source§impl Clone for Print_PropertyList
impl Clone for Print_PropertyList
Source§fn clone(&self) -> Print_PropertyList
fn clone(&self) -> Print_PropertyList
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_PropertyList
impl Debug for Print_PropertyList
impl Copy for Print_PropertyList
Auto Trait Implementations§
impl Freeze for Print_PropertyList
impl RefUnwindSafe for Print_PropertyList
impl !Send for Print_PropertyList
impl !Sync for Print_PropertyList
impl Unpin for Print_PropertyList
impl UnsafeUnpin for Print_PropertyList
impl UnwindSafe for Print_PropertyList
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