pub struct RegConfig;Implementations§
Trait Implementations§
impl ReadableAddr for RegConfig
impl WritableAddr for RegConfig
Auto Trait Implementations§
impl Freeze for RegConfig
impl RefUnwindSafe for RegConfig
impl Send for RegConfig
impl Sync for RegConfig
impl Unpin for RegConfig
impl UnsafeUnpin for RegConfig
impl UnwindSafe for RegConfig
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