#[repr(transparent)]pub struct Rpc(pub u32);Expand description
Reset Pin Control
Tuple Fields§
§0: u32Implementations§
Source§impl Rpc
impl Rpc
Sourcepub const fn set_filtcfg(&mut self, val: u8)
pub const fn set_filtcfg(&mut self, val: u8)
Reset Filter Configuration
Sourcepub const fn set_filten(&mut self, val: bool)
pub const fn set_filten(&mut self, val: bool)
Filter Enable
Trait Implementations§
impl Copy for Rpc
impl Eq for Rpc
impl StructuralPartialEq for Rpc
Auto Trait Implementations§
impl Freeze for Rpc
impl RefUnwindSafe for Rpc
impl Send for Rpc
impl Sync for Rpc
impl Unpin for Rpc
impl UnwindSafe for Rpc
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