pub struct ExcFlags(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl BitOrAssign for ExcFlags
impl BitOrAssign for ExcFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreimpl Copy for ExcFlags
impl Eq for ExcFlags
impl StructuralPartialEq for ExcFlags
Auto Trait Implementations§
impl Freeze for ExcFlags
impl RefUnwindSafe for ExcFlags
impl Send for ExcFlags
impl Sync for ExcFlags
impl Unpin for ExcFlags
impl UnsafeUnpin for ExcFlags
impl UnwindSafe for ExcFlags
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