pub struct DropRecord {
pub is_dropped: bool,
pub drop_at_bb: usize,
pub drop_via_local: usize,
}Fields§
§is_dropped: bool§drop_at_bb: usize§drop_via_local: usizeImplementations§
Source§impl DropRecord
impl DropRecord
Trait Implementations§
Source§impl Clone for DropRecord
impl Clone for DropRecord
Source§fn clone(&self) -> DropRecord
fn clone(&self) -> DropRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DropRecord
impl Debug for DropRecord
impl Copy for DropRecord
Auto Trait Implementations§
impl Freeze for DropRecord
impl RefUnwindSafe for DropRecord
impl Send for DropRecord
impl Sync for DropRecord
impl Unpin for DropRecord
impl UnwindSafe for DropRecord
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