Struct windows_sys::Win32::Storage::Xps::PSFEATURE_OUTPUT
[−]Expand description
Required features: "Win32_Storage_Xps"
, "Win32_Foundation"
Fields
bPageIndependent: BOOL
bSetPageDevice: BOOL
Trait Implementations
impl Clone for PSFEATURE_OUTPUT
impl Clone for PSFEATURE_OUTPUT
impl Copy for PSFEATURE_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for PSFEATURE_OUTPUT
impl Send for PSFEATURE_OUTPUT
impl Sync for PSFEATURE_OUTPUT
impl Unpin for PSFEATURE_OUTPUT
impl UnwindSafe for PSFEATURE_OUTPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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