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