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