pub struct BitWidths {
pub bit8: bool,
pub bit16: bool,
pub bit32: bool,
pub bit64: bool,
}
Expand description
Bit widths to apply transformations to.
Fields§
§bit8: bool
§bit16: bool
§bit32: bool
§bit64: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BitWidths
impl<'de> Deserialize<'de> for BitWidths
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
Auto Trait Implementations§
impl Freeze for BitWidths
impl RefUnwindSafe for BitWidths
impl Send for BitWidths
impl Sync for BitWidths
impl Unpin for BitWidths
impl UnwindSafe for BitWidths
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