pub struct GC_MakeSegment { /* private fields */ }Trait Implementations§
Source§impl ExternType for GC_MakeSegment
impl ExternType for GC_MakeSegment
impl UniquePtrTarget for GC_MakeSegment
Auto Trait Implementations§
impl !Freeze for GC_MakeSegment
impl RefUnwindSafe for GC_MakeSegment
impl !Send for GC_MakeSegment
impl !Sync for GC_MakeSegment
impl !Unpin for GC_MakeSegment
impl UnwindSafe for GC_MakeSegment
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