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