#[repr(C)]pub struct EmbLineObject_ {
pub line: EmbLine,
pub lineType: c_int,
pub color: EmbColor,
}Fields§
§line: EmbLine§lineType: c_int§color: EmbColorTrait Implementations§
Source§impl Clone for EmbLineObject_
impl Clone for EmbLineObject_
Source§fn clone(&self) -> EmbLineObject_
fn clone(&self) -> EmbLineObject_
Returns a copy 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 EmbLineObject_
impl Debug for EmbLineObject_
impl Copy for EmbLineObject_
Auto Trait Implementations§
impl Freeze for EmbLineObject_
impl RefUnwindSafe for EmbLineObject_
impl Send for EmbLineObject_
impl Sync for EmbLineObject_
impl Unpin for EmbLineObject_
impl UnwindSafe for EmbLineObject_
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