#[repr(transparent)]pub struct Hwvadhpfs(pub u32);Expand description
HWVAD filter control register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Hwvadhpfs
impl Eq for Hwvadhpfs
impl StructuralPartialEq for Hwvadhpfs
Auto Trait Implementations§
impl Freeze for Hwvadhpfs
impl RefUnwindSafe for Hwvadhpfs
impl Send for Hwvadhpfs
impl Sync for Hwvadhpfs
impl Unpin for Hwvadhpfs
impl UnwindSafe for Hwvadhpfs
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