pub struct ValueFlags(/* private fields */);
Expand description
Flags specifying additional metadata on values.
Implementations§
Source§impl ValueFlags
impl ValueFlags
Sourcepub const fn with_hex_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_hex_checked(self, value: bool) -> Result<Self, ()>
This value should be displayed as hexadecimal.
Bits: 0..1
Sourcepub const fn with_hex(self, value: bool) -> Self
pub const fn with_hex(self, value: bool) -> Self
This value should be displayed as hexadecimal.
Bits: 0..1
Sourcepub const fn set_hex(&mut self, value: bool)
pub const fn set_hex(&mut self, value: bool)
This value should be displayed as hexadecimal.
Bits: 0..1
Sourcepub const fn set_hex_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_hex_checked(&mut self, value: bool) -> Result<(), ()>
This value should be displayed as hexadecimal.
Bits: 0..1
Sourcepub const fn count(&self) -> bool
pub const fn count(&self) -> bool
This value is a count and should be displayed as a rate.
Bits: 1..2
Sourcepub const fn with_count_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_count_checked(self, value: bool) -> Result<Self, ()>
This value is a count and should be displayed as a rate.
Bits: 1..2
Sourcepub const fn with_count(self, value: bool) -> Self
pub const fn with_count(self, value: bool) -> Self
This value is a count and should be displayed as a rate.
Bits: 1..2
Sourcepub const fn set_count(&mut self, value: bool)
pub const fn set_count(&mut self, value: bool)
This value is a count and should be displayed as a rate.
Bits: 1..2
Sourcepub const fn set_count_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_count_checked(&mut self, value: bool) -> Result<(), ()>
This value is a count and should be displayed as a rate.
Bits: 1..2
Sourcepub const fn with_binary_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_binary_checked(self, value: bool) -> Result<Self, ()>
This value should be displayed as binary.
Bits: 2..3
Sourcepub const fn with_binary(self, value: bool) -> Self
pub const fn with_binary(self, value: bool) -> Self
This value should be displayed as binary.
Bits: 2..3
Sourcepub const fn set_binary(&mut self, value: bool)
pub const fn set_binary(&mut self, value: bool)
This value should be displayed as binary.
Bits: 2..3
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for ValueFlags
impl<'arbitrary> Arbitrary<'arbitrary> for ValueFlags
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Self
from the entirety of the given
unstructured data. Read moreSource§impl Clone for ValueFlags
impl Clone for ValueFlags
Source§fn clone(&self) -> ValueFlags
fn clone(&self) -> ValueFlags
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ValueFlags
impl Debug for ValueFlags
Source§impl Default for ValueFlags
impl Default for ValueFlags
Source§impl DefaultEncoding for ValueFlags
impl DefaultEncoding for ValueFlags
Source§type Encoding = TableEncoder
type Encoding = TableEncoder
Source§impl DescribeTable for ValueFlags
impl DescribeTable for ValueFlags
Source§const DESCRIPTION: MessageDescription<'static>
const DESCRIPTION: MessageDescription<'static>
Source§impl From<ValueFlags> for u64
impl From<ValueFlags> for u64
Source§fn from(v: ValueFlags) -> u64
fn from(v: ValueFlags) -> u64
Source§impl From<u64> for ValueFlags
impl From<u64> for ValueFlags
Source§impl PartialEq for ValueFlags
impl PartialEq for ValueFlags
Source§impl<'encoding> StructDecodeMetadata<'encoding, Resource> for ValueFlags
impl<'encoding> StructDecodeMetadata<'encoding, Resource> for ValueFlags
Source§const DECODERS: &'static [ErasedDecoderEntry]
const DECODERS: &'static [ErasedDecoderEntry]
Source§impl StructEncodeMetadata<Resource> for ValueFlags
impl StructEncodeMetadata<Resource> for ValueFlags
Source§const ENCODERS: &'static [ErasedEncoderEntry]
const ENCODERS: &'static [ErasedEncoderEntry]
Source§impl StructMetadata for ValueFlags
impl StructMetadata for ValueFlags
impl Copy for ValueFlags
impl StructuralPartialEq for ValueFlags
Auto Trait Implementations§
impl Freeze for ValueFlags
impl RefUnwindSafe for ValueFlags
impl Send for ValueFlags
impl Sync for ValueFlags
impl Unpin for ValueFlags
impl UnwindSafe for ValueFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> MeshField for Twhere
T: DefaultEncoding,
<T as DefaultEncoding>::Encoding: FieldEncode<T, Resource> + for<'a> FieldDecode<'a, T, Resource> + Send + Sync,
impl<T> MeshField for Twhere
T: DefaultEncoding,
<T as DefaultEncoding>::Encoding: FieldEncode<T, Resource> + for<'a> FieldDecode<'a, T, Resource> + Send + Sync,
type Encoding = <T as DefaultEncoding>::Encoding
Source§impl<T> MeshPayload for Twhere
T: DefaultEncoding + Any + Send + 'static,
<T as DefaultEncoding>::Encoding: MessageEncode<T, Resource> + for<'a> MessageDecode<'a, T, Resource> + FieldEncode<T, Resource> + for<'a> FieldDecode<'a, T, Resource> + Send + Sync,
impl<T> MeshPayload for Twhere
T: DefaultEncoding + Any + Send + 'static,
<T as DefaultEncoding>::Encoding: MessageEncode<T, Resource> + for<'a> MessageDecode<'a, T, Resource> + FieldEncode<T, Resource> + for<'a> FieldDecode<'a, T, Resource> + Send + Sync,
type Encoding = <T as DefaultEncoding>::Encoding
Source§impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
Source§fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
MessageEncode::compute_message_size
.Source§fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
MessageEncode::write_message
.