pub struct TestUInt8FixedSizeArray16 {
pub data: [u8; 16],
}Fields§
§data: [u8; 16]Trait Implementations§
Source§impl Clone for TestUInt8FixedSizeArray16
impl Clone for TestUInt8FixedSizeArray16
Source§fn clone(&self) -> TestUInt8FixedSizeArray16
fn clone(&self) -> TestUInt8FixedSizeArray16
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 TestUInt8FixedSizeArray16
impl Debug for TestUInt8FixedSizeArray16
Source§impl Default for TestUInt8FixedSizeArray16
impl Default for TestUInt8FixedSizeArray16
Source§impl<'de> Deserialize<'de> for TestUInt8FixedSizeArray16
impl<'de> Deserialize<'de> for TestUInt8FixedSizeArray16
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for TestUInt8FixedSizeArray16
impl StructuralPartialEq for TestUInt8FixedSizeArray16
Auto Trait Implementations§
impl Freeze for TestUInt8FixedSizeArray16
impl RefUnwindSafe for TestUInt8FixedSizeArray16
impl Send for TestUInt8FixedSizeArray16
impl Sync for TestUInt8FixedSizeArray16
impl Unpin for TestUInt8FixedSizeArray16
impl UnwindSafe for TestUInt8FixedSizeArray16
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