Enum gtk4::PrintDuplex 
source · #[non_exhaustive]pub enum PrintDuplex {
    Simplex,
    Horizontal,
    Vertical,
}Expand description
See also gtk_print_settings_set_duplex().
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for PrintDuplex
 
impl Clone for PrintDuplex
source§fn clone(&self) -> PrintDuplex
 
fn clone(&self) -> PrintDuplex
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 moresource§impl Debug for PrintDuplex
 
impl Debug for PrintDuplex
source§impl Display for PrintDuplex
 
impl Display for PrintDuplex
source§impl From<PrintDuplex> for Value
 
impl From<PrintDuplex> for Value
source§fn from(v: PrintDuplex) -> Self
 
fn from(v: PrintDuplex) -> Self
Converts to this type from the input type.
source§impl<'a> FromValue<'a> for PrintDuplex
 
impl<'a> FromValue<'a> for PrintDuplex
§type Checker = GenericValueTypeChecker<PrintDuplex>
 
type Checker = GenericValueTypeChecker<PrintDuplex>
Value type checker.
source§unsafe fn from_value(value: &'a Value) -> Self
 
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a 
Value. Read moresource§impl HasParamSpec for PrintDuplex
 
impl HasParamSpec for PrintDuplex
type ParamSpec = ParamSpecEnum
§type SetValue = PrintDuplex
 
type SetValue = PrintDuplex
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(_: &str, _: PrintDuplex) -> ParamSpecEnumBuilder<'_, PrintDuplex>
fn param_spec_builder() -> Self::BuilderFn
source§impl Hash for PrintDuplex
 
impl Hash for PrintDuplex
source§impl Ord for PrintDuplex
 
impl Ord for PrintDuplex
source§fn cmp(&self, other: &PrintDuplex) -> Ordering
 
fn cmp(&self, other: &PrintDuplex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<PrintDuplex> for PrintDuplex
 
impl PartialEq<PrintDuplex> for PrintDuplex
source§fn eq(&self, other: &PrintDuplex) -> bool
 
fn eq(&self, other: &PrintDuplex) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PrintDuplex> for PrintDuplex
 
impl PartialOrd<PrintDuplex> for PrintDuplex
source§fn partial_cmp(&self, other: &PrintDuplex) -> Option<Ordering>
 
fn partial_cmp(&self, other: &PrintDuplex) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl StaticType for PrintDuplex
 
impl StaticType for PrintDuplex
source§fn static_type() -> Type
 
fn static_type() -> Type
Returns the type identifier of 
Self.source§impl ToValue for PrintDuplex
 
impl ToValue for PrintDuplex
source§impl ValueType for PrintDuplex
 
impl ValueType for PrintDuplex
§type Type = PrintDuplex
 
type Type = PrintDuplex
Type to get the 
Type from. Read moreimpl Copy for PrintDuplex
impl Eq for PrintDuplex
impl StructuralEq for PrintDuplex
impl StructuralPartialEq for PrintDuplex
Auto Trait Implementations§
impl RefUnwindSafe for PrintDuplex
impl Send for PrintDuplex
impl Sync for PrintDuplex
impl Unpin for PrintDuplex
impl UnwindSafe for PrintDuplex
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
source§impl<T> IntoClosureReturnValue for Twhere
    T: Into<Value>,
 
impl<T> IntoClosureReturnValue for Twhere T: Into<Value>,
fn into_closure_return_value(self) -> Option<Value>
source§impl<T> PropertyGet for Twhere
    T: HasParamSpec,
 
impl<T> PropertyGet for Twhere T: HasParamSpec,
source§impl<T> StaticTypeExt for Twhere
    T: StaticType,
 
impl<T> StaticTypeExt for Twhere T: StaticType,
source§fn ensure_type()
 
fn ensure_type()
Ensures that the type has been registered with the type system.
source§impl<T> ToSendValue for Twhere
    T: Send + ToValue + ?Sized,
 
impl<T> ToSendValue for Twhere T: Send + ToValue + ?Sized,
source§fn to_send_value(&self) -> SendValue
 
fn to_send_value(&self) -> SendValue
Returns a 
SendValue clone of self.