pub struct Alignment<const ALIGN: usize>;Auto Trait Implementations§
impl<const ALIGN: usize> Freeze for Alignment<ALIGN>
impl<const ALIGN: usize> RefUnwindSafe for Alignment<ALIGN>
impl<const ALIGN: usize> Send for Alignment<ALIGN>
impl<const ALIGN: usize> Sync for Alignment<ALIGN>
impl<const ALIGN: usize> Unpin for Alignment<ALIGN>
impl<const ALIGN: usize> UnsafeUnpin for Alignment<ALIGN>
impl<const ALIGN: usize> UnwindSafe for Alignment<ALIGN>
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