Struct windows_sys::Win32::Graphics::Printing::PrintPropertiesCollection
[−]#[repr(C)]pub struct PrintPropertiesCollection {
pub numberOfProperties: u32,
pub propertiesCollection: *mut PrintNamedProperty,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
numberOfProperties: u32
propertiesCollection: *mut PrintNamedProperty
Trait Implementations
impl Clone for PrintPropertiesCollection
impl Clone for PrintPropertiesCollection
impl Copy for PrintPropertiesCollection
Auto Trait Implementations
impl RefUnwindSafe for PrintPropertiesCollection
impl !Send for PrintPropertiesCollection
impl !Sync for PrintPropertiesCollection
impl Unpin for PrintPropertiesCollection
impl UnwindSafe for PrintPropertiesCollection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more