#[repr(C)]pub enum GradDir {
None = 0,
Ver = 1,
Hor = 2,
Linear = 3,
Radial = 4,
Conical = 5,
}Variants§
Trait Implementations§
impl Copy for GradDir
impl Eq for GradDir
impl StructuralPartialEq for GradDir
Auto Trait Implementations§
impl Freeze for GradDir
impl RefUnwindSafe for GradDir
impl Send for GradDir
impl Sync for GradDir
impl Unpin for GradDir
impl UnwindSafe for GradDir
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