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