Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VolatileRef::restrict and VolatilePtr::restrict #47

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

mkroening
Copy link
Member

These functions are useful for generically restricting a VolatileRef<'_, T, ReadWrite> or VolatilePtr<'_, T, ReadWrite> depending on context. You can also go from ReadWrite to ReadWrite or NoAccess with this.

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
Copy link
Member

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, thanks!

@phil-opp phil-opp merged commit 6546070 into rust-osdev:main Apr 21, 2024
5 checks passed
@mkroening mkroening deleted the restrict branch April 21, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants