pub struct CapStyle(u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for CapStyle
impl Ord for CapStyle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CapStyle
impl PartialOrd for CapStyle
impl Copy for CapStyle
impl Eq for CapStyle
impl StructuralPartialEq for CapStyle
Auto Trait Implementations§
impl Freeze for CapStyle
impl RefUnwindSafe for CapStyle
impl Send for CapStyle
impl Sync for CapStyle
impl Unpin for CapStyle
impl UnsafeUnpin for CapStyle
impl UnwindSafe for CapStyle
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