pub struct StructType(pub u8);Expand description
type: only on struct
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for StructType
impl Clone for StructType
Source§fn clone(&self) -> StructType
fn clone(&self) -> StructType
Returns a duplicate 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 StructType
impl Debug for StructType
Source§impl From<StructType> for u8
impl From<StructType> for u8
Source§fn from(value: StructType) -> u8
fn from(value: StructType) -> u8
Converts to this type from the input type.
Source§impl PartialEq for StructType
impl PartialEq for StructType
Source§impl TryFrom<u8> for StructType
impl TryFrom<u8> for StructType
Source§type Error = InvalidValue
type Error = InvalidValue
The type returned in the event of a conversion error.
Source§fn try_from(value: u8) -> Result<StructType, InvalidValue>
fn try_from(value: u8) -> Result<StructType, InvalidValue>
Performs the conversion.
impl Copy for StructType
impl Eq for StructType
impl StructuralPartialEq for StructType
Auto Trait Implementations§
impl Freeze for StructType
impl RefUnwindSafe for StructType
impl Send for StructType
impl Sync for StructType
impl Unpin for StructType
impl UnwindSafe for StructType
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