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