#[repr(u32)]pub enum IPLbool {
IPL_FALSE = 0,
IPL_TRUE = 1,
}Expand description
Boolean values.
Variants§
Trait Implementations§
impl Copy for IPLbool
impl Eq for IPLbool
impl StructuralPartialEq for IPLbool
Auto Trait Implementations§
impl Freeze for IPLbool
impl RefUnwindSafe for IPLbool
impl Send for IPLbool
impl Sync for IPLbool
impl Unpin for IPLbool
impl UnwindSafe for IPLbool
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