Struct stm32_metapac::can::regs::Ttost
#[repr(transparent)]pub struct Ttost(pub u32);
Expand description
FDCAN TT Operation Status Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Ttost
impl Eq for Ttost
impl StructuralPartialEq for Ttost
Auto Trait Implementations§
impl Freeze for Ttost
impl RefUnwindSafe for Ttost
impl Send for Ttost
impl Sync for Ttost
impl Unpin for Ttost
impl UnwindSafe for Ttost
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)