pub struct BridgeTransIdView {
pub bridge_trans_id: u32,
}
Fields§
§bridge_trans_id: u32
Trait Implementations§
Source§impl Clone for BridgeTransIdView
impl Clone for BridgeTransIdView
Source§fn clone(&self) -> BridgeTransIdView
fn clone(&self) -> BridgeTransIdView
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 BridgeTransIdView
impl Debug for BridgeTransIdView
Source§impl Default for BridgeTransIdView
impl Default for BridgeTransIdView
Source§fn default() -> BridgeTransIdView
fn default() -> BridgeTransIdView
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for BridgeTransIdView
impl<'a> MessageRead<'a> for BridgeTransIdView
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self
by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for BridgeTransIdView
impl MessageWrite for BridgeTransIdView
Source§impl PartialEq for BridgeTransIdView
impl PartialEq for BridgeTransIdView
impl StructuralPartialEq for BridgeTransIdView
Auto Trait Implementations§
impl Freeze for BridgeTransIdView
impl RefUnwindSafe for BridgeTransIdView
impl Send for BridgeTransIdView
impl Sync for BridgeTransIdView
impl Unpin for BridgeTransIdView
impl UnwindSafe for BridgeTransIdView
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