#[repr(transparent)]pub struct FtStateA(pub u32);Expand description
FT_STATE_A.
Tuple Fields§
§0: u32Implementations§
Source§impl FtStateA
impl FtStateA
Sourcepub const fn ft_state_a(&self) -> u32
pub const fn ft_state_a(&self) -> u32
FT_STATE_A.
Sourcepub const fn set_ft_state_a(&mut self, val: u32)
pub const fn set_ft_state_a(&mut self, val: u32)
FT_STATE_A.
Trait Implementations§
impl Copy for FtStateA
impl Eq for FtStateA
impl StructuralPartialEq for FtStateA
Auto Trait Implementations§
impl Freeze for FtStateA
impl RefUnwindSafe for FtStateA
impl Send for FtStateA
impl Sync for FtStateA
impl Unpin for FtStateA
impl UnwindSafe for FtStateA
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