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