Struct TF_DA_LINESTYLE
#[repr(transparent)]pub struct TF_DA_LINESTYLE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TF_DA_LINESTYLE
impl Clone for TF_DA_LINESTYLE
§fn clone(&self) -> TF_DA_LINESTYLE
fn clone(&self) -> TF_DA_LINESTYLE
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 more§impl Debug for TF_DA_LINESTYLE
impl Debug for TF_DA_LINESTYLE
§impl Default for TF_DA_LINESTYLE
impl Default for TF_DA_LINESTYLE
§fn default() -> TF_DA_LINESTYLE
fn default() -> TF_DA_LINESTYLE
Returns the “default value” for a type. Read more
§impl PartialEq for TF_DA_LINESTYLE
impl PartialEq for TF_DA_LINESTYLE
impl Copy for TF_DA_LINESTYLE
impl Eq for TF_DA_LINESTYLE
impl StructuralPartialEq for TF_DA_LINESTYLE
Auto Trait Implementations§
impl Freeze for TF_DA_LINESTYLE
impl RefUnwindSafe for TF_DA_LINESTYLE
impl Send for TF_DA_LINESTYLE
impl Sync for TF_DA_LINESTYLE
impl Unpin for TF_DA_LINESTYLE
impl UnwindSafe for TF_DA_LINESTYLE
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