Struct comet::internal::stack_bounds::StackBounds [−][src]
Expand description
Stack bounds for conservative stack marking.
Fields
origin: *mut u8bound: *mut u8Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StackBounds
impl !Send for StackBounds
impl !Sync for StackBounds
impl Unpin for StackBounds
impl UnwindSafe for StackBounds
Blanket Implementations
Mutably borrows from an owned value. Read more