Skip to main content

extern_spec_BitAnd_u32__ref_u32_bitand

Function extern_spec_BitAnd_u32__ref_u32_bitand 

Source
pub fn extern_spec_BitAnd_u32__ref_u32_bitand(self_: &u32, rhs: u32) -> u32
Expand description

extern spec for <&u32 as BitAnd<u32>>::bitand

This is not a real function: its only use is for documentation.

ghost

ensures

result == *self $op rhs