Struct windows_sys::Win32::Storage::Xps::PSFEATURE_OUTPUT
#[repr(C)]pub struct PSFEATURE_OUTPUT {
pub bPageIndependent: BOOL,
pub bSetPageDevice: BOOL,
}
Expand description
Required features: "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§
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