pub enum Reflect {
No,
Yes,
}Expand description
Reflect bit order.
Variants§
Trait Implementations§
impl Copy for Reflect
Auto Trait Implementations§
impl Freeze for Reflect
impl RefUnwindSafe for Reflect
impl Send for Reflect
impl Sync for Reflect
impl Unpin for Reflect
impl UnwindSafe for Reflect
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