Searched defs:enable_push (Results 1 – 3 of 3) sorted by relevance
61 bool enable_push() const { return enable_push_; } in enable_push() function
11 enable_push: Option<u32>, field
1101 pub fn enable_push(&mut self, enabled: bool) -> &mut Self { in enable_push() method