Struct rlottie_sys::LOTBrushType
source · #[repr(transparent)]pub struct LOTBrushType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTBrushType
impl LOTBrushType
pub const BrushSolid: LOTBrushType = _
source§impl LOTBrushType
impl LOTBrushType
pub const BrushGradient: LOTBrushType = _
Trait Implementations§
source§impl Clone for LOTBrushType
impl Clone for LOTBrushType
source§fn clone(&self) -> LOTBrushType
fn clone(&self) -> LOTBrushType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LOTBrushType
impl Debug for LOTBrushType
source§impl Hash for LOTBrushType
impl Hash for LOTBrushType
source§impl PartialEq<LOTBrushType> for LOTBrushType
impl PartialEq<LOTBrushType> for LOTBrushType
source§fn 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 ==
.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§
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