struct Codes {
tag: i16,
ind1: Code,
ind2: Code,
}
Fields§
§tag: i16
§ind1: Code
§ind2: Code
Trait Implementations§
Auto Trait Implementations§
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