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