pub struct BindingSpec {
pub binding: u32,
pub kind: BindingKind,
}Fields§
§binding: u32§kind: BindingKindAuto Trait Implementations§
impl Freeze for BindingSpec
impl RefUnwindSafe for BindingSpec
impl Send for BindingSpec
impl Sync for BindingSpec
impl Unpin for BindingSpec
impl UnsafeUnpin for BindingSpec
impl UnwindSafe for BindingSpec
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