#[repr(transparent)]pub struct LutTruth(pub u32);Expand description
Specifies the Truth Table contents for LUTLUTn
Tuple Fields§
§0: u32Implementations§
Source§impl LutTruth
impl LutTruth
Sourcepub const fn lutn_truth(&self) -> u32
pub const fn lutn_truth(&self) -> u32
Specifies the Truth Table contents for LUT0..
Sourcepub const fn set_lutn_truth(&mut self, val: u32)
pub const fn set_lutn_truth(&mut self, val: u32)
Specifies the Truth Table contents for LUT0..
Trait Implementations§
impl Copy for LutTruth
impl Eq for LutTruth
impl StructuralPartialEq for LutTruth
Auto Trait Implementations§
impl Freeze for LutTruth
impl RefUnwindSafe for LutTruth
impl Send for LutTruth
impl Sync for LutTruth
impl Unpin for LutTruth
impl UnwindSafe for LutTruth
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