pub struct SendCmpct {
pub enable: u8,
pub version: u64,
}
Expand description
Specifies whether compact blocks are supported
Fields§
§enable: u8
Whether compact blocks may be sent
version: u64
Should always be 1
Implementations§
Trait Implementations§
Source§impl Serializable<SendCmpct> for SendCmpct
impl Serializable<SendCmpct> for SendCmpct
impl Eq for SendCmpct
impl StructuralPartialEq for SendCmpct
Auto Trait Implementations§
impl Freeze for SendCmpct
impl RefUnwindSafe for SendCmpct
impl Send for SendCmpct
impl Sync for SendCmpct
impl Unpin for SendCmpct
impl UnwindSafe for SendCmpct
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