#[repr(C)]pub struct RE_CLASS {
pub negated: u8,
pub bitmap: [u8; 32],
}Fields§
§negated: u8§bitmap: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RE_CLASS
impl RefUnwindSafe for RE_CLASS
impl Send for RE_CLASS
impl Sync for RE_CLASS
impl Unpin for RE_CLASS
impl UnwindSafe for RE_CLASS
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