pub struct BitOr<T>(pub T);
Expand description
論理和を演算とする代数的構造
Tuple Fields§
§0: T
Trait Implementations§
impl Associative for BitOr<u128>
impl Associative for BitOr<u16>
impl Associative for BitOr<u32>
impl Associative for BitOr<u64>
impl Associative for BitOr<u8>
impl Associative for BitOr<usize>
impl Commutative for BitOr<u128>
impl Commutative for BitOr<u16>
impl Commutative for BitOr<u32>
impl Commutative for BitOr<u64>
impl Commutative for BitOr<u8>
impl Commutative for BitOr<usize>
impl<T: Copy> Copy for BitOr<T>
impl<T: Eq> Eq for BitOr<T>
impl Idempotence for BitOr<u128>
impl Idempotence for BitOr<u16>
impl Idempotence for BitOr<u32>
impl Idempotence for BitOr<u64>
impl Idempotence for BitOr<u8>
impl Idempotence for BitOr<usize>
impl Set for BitOr<u128>
impl Set for BitOr<u16>
impl Set for BitOr<u32>
impl Set for BitOr<u64>
impl Set for BitOr<u8>
impl Set for BitOr<usize>
impl<T> StructuralPartialEq for BitOr<T>
Auto Trait Implementations§
impl<T> Freeze for BitOr<T>where
T: Freeze,
impl<T> RefUnwindSafe for BitOr<T>where
T: RefUnwindSafe,
impl<T> Send for BitOr<T>where
T: Send,
impl<T> Sync for BitOr<T>where
T: Sync,
impl<T> Unpin for BitOr<T>where
T: Unpin,
impl<T> UnwindSafe for BitOr<T>where
T: UnwindSafe,
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