Struct windows_sys::Win32::Graphics::Printing::PORT_DATA_LIST_1
[−]#[repr(C)]pub struct PORT_DATA_LIST_1 {
pub dwVersion: u32,
pub cPortData: u32,
pub pPortData: [PORT_DATA_2; 1],
}
Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
dwVersion: u32
cPortData: u32
pPortData: [PORT_DATA_2; 1]
Trait Implementations
impl Clone for PORT_DATA_LIST_1
impl Clone for PORT_DATA_LIST_1
impl Copy for PORT_DATA_LIST_1
Auto Trait Implementations
impl RefUnwindSafe for PORT_DATA_LIST_1
impl Send for PORT_DATA_LIST_1
impl Sync for PORT_DATA_LIST_1
impl Unpin for PORT_DATA_LIST_1
impl UnwindSafe for PORT_DATA_LIST_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more