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