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