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