#[repr(transparent)]pub struct Filt0(pub u16);Expand description
Timer Channel Input Filter Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Filt0
impl Eq for Filt0
impl StructuralPartialEq for Filt0
Auto Trait Implementations§
impl Freeze for Filt0
impl RefUnwindSafe for Filt0
impl Send for Filt0
impl Sync for Filt0
impl Unpin for Filt0
impl UnwindSafe for Filt0
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