#[repr(u32)]pub enum Sion {
Enabled = 1,
Disabled = 0,
}
Variants§
Auto Trait Implementations§
impl Freeze for Sion
impl RefUnwindSafe for Sion
impl Send for Sion
impl Sync for Sion
impl Unpin for Sion
impl UnwindSafe for Sion
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