Struct windows_sys::Win32::Graphics::Printing::PrintPropertiesCollection
#[repr(C)]pub struct PrintPropertiesCollection {
pub numberOfProperties: u32,
pub propertiesCollection: *mut PrintNamedProperty,
}
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§
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