struct Codes {
tag: i16,
ind1: Code,
ind2: Code,
}
Fields§
§tag: i16
§ind1: Code
§ind2: Code
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Codes
impl RefUnwindSafe for Codes
impl Send for Codes
impl Sync for Codes
impl Unpin for Codes
impl UnwindSafe for Codes
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