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