pub struct Aoi { /* private fields */ }Expand description
AND/OR/INVERT module
Implementations§
Trait Implementations§
impl Copy for Aoi
impl Eq for Aoi
impl Send for Aoi
impl StructuralPartialEq for Aoi
impl Sync for Aoi
Auto Trait Implementations§
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