pub struct SettingsPack { /* private fields */ }Implementations§
Source§impl SettingsPack
impl SettingsPack
pub fn new() -> SettingsPack
pub fn set_alert_mask(&mut self, mask: AlertCategory)
Trait Implementations§
Source§impl From<UniquePtr<settings_pack>> for SettingsPack
impl From<UniquePtr<settings_pack>> for SettingsPack
Source§fn from(inner: UniquePtr<settings_pack>) -> SettingsPack
fn from(inner: UniquePtr<settings_pack>) -> SettingsPack
Converts to this type from the input type.
impl Send for SettingsPack
Auto Trait Implementations§
impl Freeze for SettingsPack
impl RefUnwindSafe for SettingsPack
impl !Sync for SettingsPack
impl Unpin for SettingsPack
impl UnwindSafe for SettingsPack
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