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