#[repr(transparent)]pub struct LCDLineCapStyle(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl LCDLineCapStyle
impl LCDLineCapStyle
pub const kLineCapStyleButt: LCDLineCapStyle
Source§impl LCDLineCapStyle
impl LCDLineCapStyle
pub const kLineCapStyleSquare: LCDLineCapStyle
Source§impl LCDLineCapStyle
impl LCDLineCapStyle
pub const kLineCapStyleRound: LCDLineCapStyle
Trait Implementations§
Source§impl Clone for LCDLineCapStyle
impl Clone for LCDLineCapStyle
Source§fn clone(&self) -> LCDLineCapStyle
fn clone(&self) -> LCDLineCapStyle
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 LCDLineCapStyle
impl Debug for LCDLineCapStyle
Source§impl Hash for LCDLineCapStyle
impl Hash for LCDLineCapStyle
Source§impl PartialEq for LCDLineCapStyle
impl PartialEq for LCDLineCapStyle
impl Copy for LCDLineCapStyle
impl Eq for LCDLineCapStyle
impl StructuralPartialEq for LCDLineCapStyle
Auto Trait Implementations§
impl Freeze for LCDLineCapStyle
impl RefUnwindSafe for LCDLineCapStyle
impl Send for LCDLineCapStyle
impl Sync for LCDLineCapStyle
impl Unpin for LCDLineCapStyle
impl UnwindSafe for LCDLineCapStyle
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