Home
last modified time | relevance | path

Searched refs:sub_assign (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dtime.rs385 fn sub_assign(&mut self, rhs: Self) { in sub_assign() method
/linux/rust/zerocopy/src/
H A Dbyteorder.rs311 impl_ops_traits!(@with_byteorder_swap $name, $native, Sub, sub, SubAssign, sub_assign);
1544 test!(@binary Sub, sub[checked_sub], SubAssign, sub_assign, call_for_all_types); in test_ops_impls()