pub struct GetNodes2(/* private fields */);
Implementations§
Source§impl GetNodes2
impl GetNodes2
pub const FIELD_COUNT: usize = 4usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn version(&self) -> Uint32
pub fn count(&self) -> Uint32
pub fn listen_port(&self) -> PortOpt
pub fn required_flags(&self) -> Uint64
pub fn as_reader<'r>(&'r self) -> GetNodes2Reader<'r>
Trait Implementations§
Source§impl Entity for GetNodes2
impl Entity for GetNodes2
const NAME: &'static str = "GetNodes2"
type Builder = GetNodes2Builder
fn new_unchecked(data: Bytes) -> GetNodes2
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<GetNodes2, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<GetNodes2, VerificationError>
fn new_builder() -> <GetNodes2 as Entity>::Builder
fn as_builder(self) -> <GetNodes2 as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for GetNodes2
impl RefUnwindSafe for GetNodes2
impl Send for GetNodes2
impl Sync for GetNodes2
impl Unpin for GetNodes2
impl UnwindSafe for GetNodes2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)