#[repr(transparent)]pub struct LOTJoinStyle(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
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 duplicate 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 for LOTJoinStyle
impl PartialEq for LOTJoinStyle
impl Copy for LOTJoinStyle
impl Eq for LOTJoinStyle
impl StructuralPartialEq for LOTJoinStyle
Auto Trait Implementations§
impl Freeze for LOTJoinStyle
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