pub struct Scb { /* private fields */ }Implementations§
Source§impl Scb
impl Scb
Sourcepub fn set_priority_grouping(&mut self, grouping: PriorityGrouping)
pub fn set_priority_grouping(&mut self, grouping: PriorityGrouping)
Call it as early as possible. It’s best to use Group4.
pub fn get_priority_grouping(&self) -> PriorityGrouping
Auto Trait Implementations§
impl Freeze for Scb
impl RefUnwindSafe for Scb
impl Send for Scb
impl !Sync for Scb
impl Unpin for Scb
impl UnwindSafe for Scb
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