pub struct DefaultAlignment(/* private fields */);Expand description
The type used to calculate default alignment for OwnedBuf.
Auto Trait Implementations§
impl Freeze for DefaultAlignment
impl RefUnwindSafe for DefaultAlignment
impl Send for DefaultAlignment
impl Sync for DefaultAlignment
impl Unpin for DefaultAlignment
impl UnwindSafe for DefaultAlignment
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