#[repr(C)]pub enum SettingsReturnCode {
ACCEPTED = 0,
REJECTED = 1,
}Expand description
The library can be configured only once. The return code indicates if settings were accepted, or it was a subsequent call.
Variants§
Auto Trait Implementations§
impl Freeze for SettingsReturnCode
impl RefUnwindSafe for SettingsReturnCode
impl Send for SettingsReturnCode
impl Sync for SettingsReturnCode
impl Unpin for SettingsReturnCode
impl UnsafeUnpin for SettingsReturnCode
impl UnwindSafe for SettingsReturnCode
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