#[repr(C)]pub struct PSFEATURE_OUTPUT {
    pub bPageIndependent: BOOL,
    pub bSetPageDevice: BOOL,
}Fields§
§bPageIndependent: BOOL§bSetPageDevice: BOOLTrait Implementations§
Source§impl Clone for PSFEATURE_OUTPUT
 
impl Clone for PSFEATURE_OUTPUT
Source§fn clone(&self) -> PSFEATURE_OUTPUT
 
fn clone(&self) -> PSFEATURE_OUTPUT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for PSFEATURE_OUTPUT
Auto Trait Implementations§
impl Freeze for PSFEATURE_OUTPUT
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