Struct LayerCount
pub struct LayerCount(/* private fields */);Expand description
A non-zero board layer count.
Implementations§
§impl LayerCount
impl LayerCount
Trait Implementations§
§impl Clone for LayerCount
impl Clone for LayerCount
§fn clone(&self) -> LayerCount
fn clone(&self) -> LayerCount
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 more§impl Debug for LayerCount
impl Debug for LayerCount
§impl Display for LayerCount
impl Display for LayerCount
§impl Hash for LayerCount
impl Hash for LayerCount
§impl Ord for LayerCount
impl Ord for LayerCount
§impl PartialEq for LayerCount
impl PartialEq for LayerCount
§impl PartialOrd for LayerCount
impl PartialOrd for LayerCount
impl Copy for LayerCount
impl Eq for LayerCount
impl StructuralPartialEq for LayerCount
Auto Trait Implementations§
impl Freeze for LayerCount
impl RefUnwindSafe for LayerCount
impl Send for LayerCount
impl Sync for LayerCount
impl Unpin for LayerCount
impl UnsafeUnpin for LayerCount
impl UnwindSafe for LayerCount
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