pub struct AlignmentGen;Expand description
Alignment generator for memory access testing.
Implementations§
Auto Trait Implementations§
impl Freeze for AlignmentGen
impl RefUnwindSafe for AlignmentGen
impl Send for AlignmentGen
impl Sync for AlignmentGen
impl Unpin for AlignmentGen
impl UnsafeUnpin for AlignmentGen
impl UnwindSafe for AlignmentGen
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