pub struct StackSelection {
pub len: usize,
pub held: bool,
}
Fields§
§len: usize
§held: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackSelection
impl RefUnwindSafe for StackSelection
impl Send for StackSelection
impl Sync for StackSelection
impl Unpin for StackSelection
impl UnwindSafe for StackSelection
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