Struct windows::Devices::Printers::IppAttributeValueKind
#[repr(transparent)]pub struct IppAttributeValueKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IppAttributeValueKind
impl IppAttributeValueKind
pub const Unsupported: Self = _
pub const Unknown: Self = _
pub const NoValue: Self = _
pub const Integer: Self = _
pub const Boolean: Self = _
pub const Enum: Self = _
pub const OctetString: Self = _
pub const DateTime: Self = _
pub const Resolution: Self = _
pub const RangeOfInteger: Self = _
pub const Collection: Self = _
pub const TextWithLanguage: Self = _
pub const NameWithLanguage: Self = _
pub const TextWithoutLanguage: Self = _
pub const NameWithoutLanguage: Self = _
pub const Keyword: Self = _
pub const Uri: Self = _
pub const UriSchema: Self = _
pub const Charset: Self = _
pub const NaturalLanguage: Self = _
pub const MimeMediaType: Self = _
Trait Implementations§
§impl Clone for IppAttributeValueKind
impl Clone for IppAttributeValueKind
§fn clone(&self) -> IppAttributeValueKind
fn clone(&self) -> IppAttributeValueKind
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 more§impl Debug for IppAttributeValueKind
impl Debug for IppAttributeValueKind
§impl Default for IppAttributeValueKind
impl Default for IppAttributeValueKind
§fn default() -> IppAttributeValueKind
fn default() -> IppAttributeValueKind
Returns the “default value” for a type. Read more
§impl PartialEq for IppAttributeValueKind
impl PartialEq for IppAttributeValueKind
§fn eq(&self, other: &IppAttributeValueKind) -> bool
fn eq(&self, other: &IppAttributeValueKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppAttributeValueKind
impl Eq for IppAttributeValueKind
impl StructuralPartialEq for IppAttributeValueKind
Auto Trait Implementations§
impl Freeze for IppAttributeValueKind
impl RefUnwindSafe for IppAttributeValueKind
impl Send for IppAttributeValueKind
impl Sync for IppAttributeValueKind
impl Unpin for IppAttributeValueKind
impl UnwindSafe for IppAttributeValueKind
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)