Struct windows_sys::Win32::Graphics::Printing::PrintPropertyValue_0_0
[−]Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
cbBuf: u32
pBuf: *mut c_void
Trait Implementations
impl Clone for PrintPropertyValue_0_0
impl Clone for PrintPropertyValue_0_0
impl Copy for PrintPropertyValue_0_0
Auto Trait Implementations
impl RefUnwindSafe for PrintPropertyValue_0_0
impl !Send for PrintPropertyValue_0_0
impl !Sync for PrintPropertyValue_0_0
impl Unpin for PrintPropertyValue_0_0
impl UnwindSafe for PrintPropertyValue_0_0
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