Struct rlottie_sys::LOTBrushType
source · [−]#[repr(transparent)]pub struct LOTBrushType(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl LOTBrushType
impl LOTBrushType
pub const BrushSolid: LOTBrushType = LOTBrushType (0)
sourceimpl LOTBrushType
impl LOTBrushType
pub const BrushGradient: LOTBrushType = LOTBrushType (1)
Trait Implementations
sourceimpl Clone for LOTBrushType
impl Clone for LOTBrushType
sourcefn clone(&self) -> LOTBrushType
fn clone(&self) -> LOTBrushType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LOTBrushType
impl Debug for LOTBrushType
sourceimpl Hash for LOTBrushType
impl Hash for LOTBrushType
sourceimpl PartialEq<LOTBrushType> for LOTBrushType
impl PartialEq<LOTBrushType> for LOTBrushType
sourcefn eq(&self, other: &LOTBrushType) -> bool
fn eq(&self, other: &LOTBrushType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LOTBrushType) -> bool
fn ne(&self, other: &LOTBrushType) -> bool
This method tests for !=
.
impl Copy for LOTBrushType
impl Eq for LOTBrushType
impl StructuralEq for LOTBrushType
impl StructuralPartialEq for LOTBrushType
Auto Trait Implementations
impl RefUnwindSafe for LOTBrushType
impl Send for LOTBrushType
impl Sync for LOTBrushType
impl Unpin for LOTBrushType
impl UnwindSafe for LOTBrushType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more