Struct windows_sys::Devices::Printers::IppAttributeValueKind
[−]#[repr(transparent)]pub struct IppAttributeValueKind(pub i32);
Expand description
Required features: "Devices_Printers"
Tuple Fields
0: i32
Implementations
impl IppAttributeValueKind
impl IppAttributeValueKind
pub const Unsupported: Self = Self(0i32)
pub const Unknown: Self = Self(1i32)
pub const NoValue: Self = Self(2i32)
pub const Integer: Self = Self(3i32)
pub const Boolean: Self = Self(4i32)
pub const Enum: Self = Self(5i32)
pub const OctetString: Self = Self(6i32)
pub const DateTime: Self = Self(7i32)
pub const Resolution: Self = Self(8i32)
pub const RangeOfInteger: Self = Self(9i32)
pub const Collection: Self = Self(10i32)
pub const TextWithLanguage: Self = Self(11i32)
pub const NameWithLanguage: Self = Self(12i32)
pub const TextWithoutLanguage: Self = Self(13i32)
pub const NameWithoutLanguage: Self = Self(14i32)
pub const Keyword: Self = Self(15i32)
pub const Uri: Self = Self(16i32)
pub const UriSchema: Self = Self(17i32)
pub const Charset: Self = Self(18i32)
pub const NaturalLanguage: Self = Self(19i32)
pub const MimeMediaType: Self = Self(20i32)
Trait Implementations
impl Clone for IppAttributeValueKind
impl Clone for IppAttributeValueKind
impl Copy for IppAttributeValueKind
Auto Trait Implementations
impl RefUnwindSafe for IppAttributeValueKind
impl Send for IppAttributeValueKind
impl Sync for IppAttributeValueKind
impl Unpin for IppAttributeValueKind
impl UnwindSafe for IppAttributeValueKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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