#[repr(C)]pub struct XbStack { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XbStack
impl RefUnwindSafe for XbStack
impl !Send for XbStack
impl !Sync for XbStack
impl !Unpin for XbStack
impl UnwindSafe for XbStack
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