Struct vls_protocol::msgs::LockOutpoint
source · pub struct LockOutpoint {
pub funding_txid: Txid,
pub funding_txout: u16,
}
Expand description
Fields§
§funding_txid: Txid
§funding_txout: u16
Trait Implementations§
source§impl BigEndianEncodable for LockOutpoint
impl BigEndianEncodable for LockOutpoint
source§impl DeBolt for LockOutpoint
impl DeBolt for LockOutpoint
source§impl Debug for LockOutpoint
impl Debug for LockOutpoint
source§impl Decodable for LockOutpoint
impl Decodable for LockOutpoint
source§impl Encodable for LockOutpoint
impl Encodable for LockOutpoint
Auto Trait Implementations§
impl RefUnwindSafe for LockOutpoint
impl Send for LockOutpoint
impl Sync for LockOutpoint
impl Unpin for LockOutpoint
impl UnwindSafe for LockOutpoint
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