Enum Circ
#[repr(u8)]pub enum Circ {
DISABLED = 0,
ENABLED = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Circ
impl Ord for Circ
§impl PartialOrd for Circ
impl PartialOrd for Circ
impl Copy for Circ
impl Eq for Circ
impl StructuralPartialEq for Circ
Auto Trait Implementations§
impl Freeze for Circ
impl RefUnwindSafe for Circ
impl Send for Circ
impl Sync for Circ
impl Unpin for Circ
impl UnwindSafe for Circ
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