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