Struct rlottie_sys::LOTCapStyle
source · #[repr(transparent)]pub struct LOTCapStyle(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl LOTCapStyle
impl LOTCapStyle
pub const CapFlat: LOTCapStyle = _
source§impl LOTCapStyle
impl LOTCapStyle
pub const CapSquare: LOTCapStyle = _
source§impl LOTCapStyle
impl LOTCapStyle
pub const CapRound: LOTCapStyle = _
Trait Implementations§
source§impl Clone for LOTCapStyle
impl Clone for LOTCapStyle
source§fn clone(&self) -> LOTCapStyle
fn clone(&self) -> LOTCapStyle
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 LOTCapStyle
impl Debug for LOTCapStyle
source§impl Hash for LOTCapStyle
impl Hash for LOTCapStyle
source§impl PartialEq<LOTCapStyle> for LOTCapStyle
impl PartialEq<LOTCapStyle> for LOTCapStyle
source§fn eq(&self, other: &LOTCapStyle) -> bool
fn eq(&self, other: &LOTCapStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LOTCapStyle
impl Eq for LOTCapStyle
impl StructuralEq for LOTCapStyle
impl StructuralPartialEq for LOTCapStyle
Auto Trait Implementations§
impl RefUnwindSafe for LOTCapStyle
impl Send for LOTCapStyle
impl Sync for LOTCapStyle
impl Unpin for LOTCapStyle
impl UnwindSafe for LOTCapStyle
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