pub struct HeaderFlags { /* private fields */ }
test-utils
only.Expand description
Fieldset that facilitates compacting the parent type. Used bytes: 4 | Unused bits: 0
Implementations§
Source§impl HeaderFlags
impl HeaderFlags
Source§impl HeaderFlags
impl HeaderFlags
Sourcepub const fn into_bytes(self) -> [u8; 4]
pub const fn into_bytes(self) -> [u8; 4]
Sourcepub const fn from_bytes(bytes: [u8; 4]) -> Self
pub const fn from_bytes(bytes: [u8; 4]) -> Self
Converts the given bytes directly into the bitfield struct.
Source§impl HeaderFlags
impl HeaderFlags
Sourcepub fn withdrawals_root_len(&self) -> <B1 as Specifier>::InOut
pub fn withdrawals_root_len(&self) -> <B1 as Specifier>::InOut
Returns the value of withdrawals_root_len.
Sourcepub fn withdrawals_root_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn withdrawals_root_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of withdrawals_root_len.
#Errors
If the returned value contains an invalid bit pattern for withdrawals_root_len.
Sourcepub fn with_withdrawals_root_len(
self,
new_val: <B1 as Specifier>::InOut,
) -> Self
pub fn with_withdrawals_root_len( self, new_val: <B1 as Specifier>::InOut, ) -> Self
Returns a copy of the bitfield with the value of withdrawals_root_len set to the given value.
#Panics
If the given value is out of bounds for withdrawals_root_len.
Sourcepub fn with_withdrawals_root_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_withdrawals_root_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of withdrawals_root_len set to the given value.
#Errors
If the given value is out of bounds for withdrawals_root_len.
Sourcepub fn set_withdrawals_root_len(&mut self, new_val: <B1 as Specifier>::InOut)
pub fn set_withdrawals_root_len(&mut self, new_val: <B1 as Specifier>::InOut)
Sets the value of withdrawals_root_len to the given value.
#Panics
If the given value is out of bounds for withdrawals_root_len.
Sourcepub fn set_withdrawals_root_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_withdrawals_root_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of withdrawals_root_len to the given value.
#Errors
If the given value is out of bounds for withdrawals_root_len.
Sourcepub fn difficulty_len(&self) -> <B6 as Specifier>::InOut
pub fn difficulty_len(&self) -> <B6 as Specifier>::InOut
Returns the value of difficulty_len.
Sourcepub fn difficulty_len_or_err(
&self,
) -> Result<<B6 as Specifier>::InOut, InvalidBitPattern<<B6 as Specifier>::Bytes>>
pub fn difficulty_len_or_err( &self, ) -> Result<<B6 as Specifier>::InOut, InvalidBitPattern<<B6 as Specifier>::Bytes>>
Returns the value of difficulty_len.
#Errors
If the returned value contains an invalid bit pattern for difficulty_len.
Sourcepub fn with_difficulty_len(self, new_val: <B6 as Specifier>::InOut) -> Self
pub fn with_difficulty_len(self, new_val: <B6 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of difficulty_len set to the given value.
#Panics
If the given value is out of bounds for difficulty_len.
Sourcepub fn with_difficulty_len_checked(
self,
new_val: <B6 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_difficulty_len_checked( self, new_val: <B6 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of difficulty_len set to the given value.
#Errors
If the given value is out of bounds for difficulty_len.
Sourcepub fn set_difficulty_len(&mut self, new_val: <B6 as Specifier>::InOut)
pub fn set_difficulty_len(&mut self, new_val: <B6 as Specifier>::InOut)
Sets the value of difficulty_len to the given value.
#Panics
If the given value is out of bounds for difficulty_len.
Sourcepub fn set_difficulty_len_checked(
&mut self,
new_val: <B6 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_difficulty_len_checked( &mut self, new_val: <B6 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of difficulty_len to the given value.
#Errors
If the given value is out of bounds for difficulty_len.
Sourcepub fn number_len(&self) -> <B4 as Specifier>::InOut
pub fn number_len(&self) -> <B4 as Specifier>::InOut
Returns the value of number_len.
Sourcepub fn number_len_or_err(
&self,
) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
pub fn number_len_or_err( &self, ) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
Returns the value of number_len.
#Errors
If the returned value contains an invalid bit pattern for number_len.
Sourcepub fn with_number_len(self, new_val: <B4 as Specifier>::InOut) -> Self
pub fn with_number_len(self, new_val: <B4 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of number_len set to the given value.
#Panics
If the given value is out of bounds for number_len.
Sourcepub fn with_number_len_checked(
self,
new_val: <B4 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_number_len_checked( self, new_val: <B4 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of number_len set to the given value.
#Errors
If the given value is out of bounds for number_len.
Sourcepub fn set_number_len(&mut self, new_val: <B4 as Specifier>::InOut)
pub fn set_number_len(&mut self, new_val: <B4 as Specifier>::InOut)
Sets the value of number_len to the given value.
#Panics
If the given value is out of bounds for number_len.
Sourcepub fn set_number_len_checked(
&mut self,
new_val: <B4 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_number_len_checked( &mut self, new_val: <B4 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of number_len to the given value.
#Errors
If the given value is out of bounds for number_len.
Sourcepub fn gas_limit_len(&self) -> <B4 as Specifier>::InOut
pub fn gas_limit_len(&self) -> <B4 as Specifier>::InOut
Returns the value of gas_limit_len.
Sourcepub fn gas_limit_len_or_err(
&self,
) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
pub fn gas_limit_len_or_err( &self, ) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
Returns the value of gas_limit_len.
#Errors
If the returned value contains an invalid bit pattern for gas_limit_len.
Sourcepub fn with_gas_limit_len(self, new_val: <B4 as Specifier>::InOut) -> Self
pub fn with_gas_limit_len(self, new_val: <B4 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of gas_limit_len set to the given value.
#Panics
If the given value is out of bounds for gas_limit_len.
Sourcepub fn with_gas_limit_len_checked(
self,
new_val: <B4 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_gas_limit_len_checked( self, new_val: <B4 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of gas_limit_len set to the given value.
#Errors
If the given value is out of bounds for gas_limit_len.
Sourcepub fn set_gas_limit_len(&mut self, new_val: <B4 as Specifier>::InOut)
pub fn set_gas_limit_len(&mut self, new_val: <B4 as Specifier>::InOut)
Sets the value of gas_limit_len to the given value.
#Panics
If the given value is out of bounds for gas_limit_len.
Sourcepub fn set_gas_limit_len_checked(
&mut self,
new_val: <B4 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_gas_limit_len_checked( &mut self, new_val: <B4 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of gas_limit_len to the given value.
#Errors
If the given value is out of bounds for gas_limit_len.
Sourcepub fn gas_used_len(&self) -> <B4 as Specifier>::InOut
pub fn gas_used_len(&self) -> <B4 as Specifier>::InOut
Returns the value of gas_used_len.
Sourcepub fn gas_used_len_or_err(
&self,
) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
pub fn gas_used_len_or_err( &self, ) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
Returns the value of gas_used_len.
#Errors
If the returned value contains an invalid bit pattern for gas_used_len.
Sourcepub fn with_gas_used_len(self, new_val: <B4 as Specifier>::InOut) -> Self
pub fn with_gas_used_len(self, new_val: <B4 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of gas_used_len set to the given value.
#Panics
If the given value is out of bounds for gas_used_len.
Sourcepub fn with_gas_used_len_checked(
self,
new_val: <B4 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_gas_used_len_checked( self, new_val: <B4 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of gas_used_len set to the given value.
#Errors
If the given value is out of bounds for gas_used_len.
Sourcepub fn set_gas_used_len(&mut self, new_val: <B4 as Specifier>::InOut)
pub fn set_gas_used_len(&mut self, new_val: <B4 as Specifier>::InOut)
Sets the value of gas_used_len to the given value.
#Panics
If the given value is out of bounds for gas_used_len.
Sourcepub fn set_gas_used_len_checked(
&mut self,
new_val: <B4 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_gas_used_len_checked( &mut self, new_val: <B4 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of gas_used_len to the given value.
#Errors
If the given value is out of bounds for gas_used_len.
Sourcepub fn timestamp_len(&self) -> <B4 as Specifier>::InOut
pub fn timestamp_len(&self) -> <B4 as Specifier>::InOut
Returns the value of timestamp_len.
Sourcepub fn timestamp_len_or_err(
&self,
) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
pub fn timestamp_len_or_err( &self, ) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
Returns the value of timestamp_len.
#Errors
If the returned value contains an invalid bit pattern for timestamp_len.
Sourcepub fn with_timestamp_len(self, new_val: <B4 as Specifier>::InOut) -> Self
pub fn with_timestamp_len(self, new_val: <B4 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of timestamp_len set to the given value.
#Panics
If the given value is out of bounds for timestamp_len.
Sourcepub fn with_timestamp_len_checked(
self,
new_val: <B4 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_timestamp_len_checked( self, new_val: <B4 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of timestamp_len set to the given value.
#Errors
If the given value is out of bounds for timestamp_len.
Sourcepub fn set_timestamp_len(&mut self, new_val: <B4 as Specifier>::InOut)
pub fn set_timestamp_len(&mut self, new_val: <B4 as Specifier>::InOut)
Sets the value of timestamp_len to the given value.
#Panics
If the given value is out of bounds for timestamp_len.
Sourcepub fn set_timestamp_len_checked(
&mut self,
new_val: <B4 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_timestamp_len_checked( &mut self, new_val: <B4 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of timestamp_len to the given value.
#Errors
If the given value is out of bounds for timestamp_len.
Sourcepub fn nonce_len_or_err(
&self,
) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
pub fn nonce_len_or_err( &self, ) -> Result<<B4 as Specifier>::InOut, InvalidBitPattern<<B4 as Specifier>::Bytes>>
Returns the value of nonce_len.
#Errors
If the returned value contains an invalid bit pattern for nonce_len.
Sourcepub fn with_nonce_len(self, new_val: <B4 as Specifier>::InOut) -> Self
pub fn with_nonce_len(self, new_val: <B4 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of nonce_len set to the given value.
#Panics
If the given value is out of bounds for nonce_len.
Sourcepub fn with_nonce_len_checked(
self,
new_val: <B4 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_nonce_len_checked( self, new_val: <B4 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of nonce_len set to the given value.
#Errors
If the given value is out of bounds for nonce_len.
Sourcepub fn set_nonce_len(&mut self, new_val: <B4 as Specifier>::InOut)
pub fn set_nonce_len(&mut self, new_val: <B4 as Specifier>::InOut)
Sets the value of nonce_len to the given value.
#Panics
If the given value is out of bounds for nonce_len.
Sourcepub fn set_nonce_len_checked(
&mut self,
new_val: <B4 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_nonce_len_checked( &mut self, new_val: <B4 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of nonce_len to the given value.
#Errors
If the given value is out of bounds for nonce_len.
Sourcepub fn base_fee_per_gas_len(&self) -> <B1 as Specifier>::InOut
pub fn base_fee_per_gas_len(&self) -> <B1 as Specifier>::InOut
Returns the value of base_fee_per_gas_len.
Sourcepub fn base_fee_per_gas_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn base_fee_per_gas_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of base_fee_per_gas_len.
#Errors
If the returned value contains an invalid bit pattern for base_fee_per_gas_len.
Sourcepub fn with_base_fee_per_gas_len(
self,
new_val: <B1 as Specifier>::InOut,
) -> Self
pub fn with_base_fee_per_gas_len( self, new_val: <B1 as Specifier>::InOut, ) -> Self
Returns a copy of the bitfield with the value of base_fee_per_gas_len set to the given value.
#Panics
If the given value is out of bounds for base_fee_per_gas_len.
Sourcepub fn with_base_fee_per_gas_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_base_fee_per_gas_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of base_fee_per_gas_len set to the given value.
#Errors
If the given value is out of bounds for base_fee_per_gas_len.
Sourcepub fn set_base_fee_per_gas_len(&mut self, new_val: <B1 as Specifier>::InOut)
pub fn set_base_fee_per_gas_len(&mut self, new_val: <B1 as Specifier>::InOut)
Sets the value of base_fee_per_gas_len to the given value.
#Panics
If the given value is out of bounds for base_fee_per_gas_len.
Sourcepub fn set_base_fee_per_gas_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_base_fee_per_gas_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of base_fee_per_gas_len to the given value.
#Errors
If the given value is out of bounds for base_fee_per_gas_len.
Sourcepub fn blob_gas_used_len(&self) -> <B1 as Specifier>::InOut
pub fn blob_gas_used_len(&self) -> <B1 as Specifier>::InOut
Returns the value of blob_gas_used_len.
Sourcepub fn blob_gas_used_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn blob_gas_used_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of blob_gas_used_len.
#Errors
If the returned value contains an invalid bit pattern for blob_gas_used_len.
Sourcepub fn with_blob_gas_used_len(self, new_val: <B1 as Specifier>::InOut) -> Self
pub fn with_blob_gas_used_len(self, new_val: <B1 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of blob_gas_used_len set to the given value.
#Panics
If the given value is out of bounds for blob_gas_used_len.
Sourcepub fn with_blob_gas_used_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_blob_gas_used_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of blob_gas_used_len set to the given value.
#Errors
If the given value is out of bounds for blob_gas_used_len.
Sourcepub fn set_blob_gas_used_len(&mut self, new_val: <B1 as Specifier>::InOut)
pub fn set_blob_gas_used_len(&mut self, new_val: <B1 as Specifier>::InOut)
Sets the value of blob_gas_used_len to the given value.
#Panics
If the given value is out of bounds for blob_gas_used_len.
Sourcepub fn set_blob_gas_used_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_blob_gas_used_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of blob_gas_used_len to the given value.
#Errors
If the given value is out of bounds for blob_gas_used_len.
Sourcepub fn excess_blob_gas_len(&self) -> <B1 as Specifier>::InOut
pub fn excess_blob_gas_len(&self) -> <B1 as Specifier>::InOut
Returns the value of excess_blob_gas_len.
Sourcepub fn excess_blob_gas_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn excess_blob_gas_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of excess_blob_gas_len.
#Errors
If the returned value contains an invalid bit pattern for excess_blob_gas_len.
Sourcepub fn with_excess_blob_gas_len(self, new_val: <B1 as Specifier>::InOut) -> Self
pub fn with_excess_blob_gas_len(self, new_val: <B1 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of excess_blob_gas_len set to the given value.
#Panics
If the given value is out of bounds for excess_blob_gas_len.
Sourcepub fn with_excess_blob_gas_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_excess_blob_gas_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of excess_blob_gas_len set to the given value.
#Errors
If the given value is out of bounds for excess_blob_gas_len.
Sourcepub fn set_excess_blob_gas_len(&mut self, new_val: <B1 as Specifier>::InOut)
pub fn set_excess_blob_gas_len(&mut self, new_val: <B1 as Specifier>::InOut)
Sets the value of excess_blob_gas_len to the given value.
#Panics
If the given value is out of bounds for excess_blob_gas_len.
Sourcepub fn set_excess_blob_gas_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_excess_blob_gas_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of excess_blob_gas_len to the given value.
#Errors
If the given value is out of bounds for excess_blob_gas_len.
Sourcepub fn parent_beacon_block_root_len(&self) -> <B1 as Specifier>::InOut
pub fn parent_beacon_block_root_len(&self) -> <B1 as Specifier>::InOut
Returns the value of parent_beacon_block_root_len.
Sourcepub fn parent_beacon_block_root_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn parent_beacon_block_root_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of parent_beacon_block_root_len.
#Errors
If the returned value contains an invalid bit pattern for parent_beacon_block_root_len.
Sourcepub fn with_parent_beacon_block_root_len(
self,
new_val: <B1 as Specifier>::InOut,
) -> Self
pub fn with_parent_beacon_block_root_len( self, new_val: <B1 as Specifier>::InOut, ) -> Self
Returns a copy of the bitfield with the value of parent_beacon_block_root_len set to the given value.
#Panics
If the given value is out of bounds for parent_beacon_block_root_len.
Sourcepub fn with_parent_beacon_block_root_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_parent_beacon_block_root_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of parent_beacon_block_root_len set to the given value.
#Errors
If the given value is out of bounds for parent_beacon_block_root_len.
Sourcepub fn set_parent_beacon_block_root_len(
&mut self,
new_val: <B1 as Specifier>::InOut,
)
pub fn set_parent_beacon_block_root_len( &mut self, new_val: <B1 as Specifier>::InOut, )
Sets the value of parent_beacon_block_root_len to the given value.
#Panics
If the given value is out of bounds for parent_beacon_block_root_len.
Sourcepub fn set_parent_beacon_block_root_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_parent_beacon_block_root_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of parent_beacon_block_root_len to the given value.
#Errors
If the given value is out of bounds for parent_beacon_block_root_len.
Sourcepub fn extra_fields_len(&self) -> <B1 as Specifier>::InOut
pub fn extra_fields_len(&self) -> <B1 as Specifier>::InOut
Returns the value of extra_fields_len.
Sourcepub fn extra_fields_len_or_err(
&self,
) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
pub fn extra_fields_len_or_err( &self, ) -> Result<<B1 as Specifier>::InOut, InvalidBitPattern<<B1 as Specifier>::Bytes>>
Returns the value of extra_fields_len.
#Errors
If the returned value contains an invalid bit pattern for extra_fields_len.
Sourcepub fn with_extra_fields_len(self, new_val: <B1 as Specifier>::InOut) -> Self
pub fn with_extra_fields_len(self, new_val: <B1 as Specifier>::InOut) -> Self
Returns a copy of the bitfield with the value of extra_fields_len set to the given value.
#Panics
If the given value is out of bounds for extra_fields_len.
Sourcepub fn with_extra_fields_len_checked(
self,
new_val: <B1 as Specifier>::InOut,
) -> Result<Self, OutOfBounds>
pub fn with_extra_fields_len_checked( self, new_val: <B1 as Specifier>::InOut, ) -> Result<Self, OutOfBounds>
Returns a copy of the bitfield with the value of extra_fields_len set to the given value.
#Errors
If the given value is out of bounds for extra_fields_len.
Sourcepub fn set_extra_fields_len(&mut self, new_val: <B1 as Specifier>::InOut)
pub fn set_extra_fields_len(&mut self, new_val: <B1 as Specifier>::InOut)
Sets the value of extra_fields_len to the given value.
#Panics
If the given value is out of bounds for extra_fields_len.
Sourcepub fn set_extra_fields_len_checked(
&mut self,
new_val: <B1 as Specifier>::InOut,
) -> Result<(), OutOfBounds>
pub fn set_extra_fields_len_checked( &mut self, new_val: <B1 as Specifier>::InOut, ) -> Result<(), OutOfBounds>
Sets the value of extra_fields_len to the given value.
#Errors
If the given value is out of bounds for extra_fields_len.
Trait Implementations§
Source§impl Clone for HeaderFlags
impl Clone for HeaderFlags
Source§fn clone(&self) -> HeaderFlags
fn clone(&self) -> HeaderFlags
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for HeaderFlags
impl Debug for HeaderFlags
Source§impl Default for HeaderFlags
impl Default for HeaderFlags
Source§fn default() -> HeaderFlags
fn default() -> HeaderFlags
impl Copy for HeaderFlags
Auto Trait Implementations§
impl Freeze for HeaderFlags
impl RefUnwindSafe for HeaderFlags
impl Send for HeaderFlags
impl Sync for HeaderFlags
impl Unpin for HeaderFlags
impl UnwindSafe for HeaderFlags
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes