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