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