pub struct ConnectComm {
pub destination_ref: [u8; 2],
pub source_ref: [u8; 2],
pub class: u8,
pub extended_formats: bool,
pub no_explicit_flow_control: bool,
pub parameters: Vec<Parameter>,
}Fields§
§destination_ref: [u8; 2]§source_ref: [u8; 2]§class: u8§extended_formats: bool§no_explicit_flow_control: bool§parameters: Vec<Parameter>Implementations§
Trait Implementations§
Source§impl Debug for ConnectComm
impl Debug for ConnectComm
Source§impl PartialEq for ConnectComm
impl PartialEq for ConnectComm
impl Eq for ConnectComm
impl StructuralPartialEq for ConnectComm
Auto Trait Implementations§
impl Freeze for ConnectComm
impl RefUnwindSafe for ConnectComm
impl Send for ConnectComm
impl Sync for ConnectComm
impl Unpin for ConnectComm
impl UnwindSafe for ConnectComm
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