#[repr(C, packed(1))]pub struct RE {
pub flags: u32,
pub code: __IncompleteArrayField<u8>,
}Fields§
§flags: u32§code: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for RE
impl RefUnwindSafe for RE
impl Send for RE
impl Sync for RE
impl Unpin for RE
impl UnsafeUnpin for RE
impl UnwindSafe for RE
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