Skip to main content

Module pointer

Module pointer 

Source
Expand description

Abstractions over raw pointers.

Re-exports§

pub use inner::PtrInner;
pub use invariant::BecauseExclusive;
pub use invariant::BecauseImmutable;
pub use invariant::Read;
pub use ptr::Ptr;
pub use ptr::TryWithError;
pub use transmute::*;

Modules§

cast
invariant
The parameterized invariants of a [Ptr][super::Ptr].
transmute

Type Aliases§

Maybe
A shorthand for a maybe-valid, maybe-aligned reference. Used as the argument to TryFromBytes::is_bit_valid.