pub struct ImportanceHeightDto(pub u64);
Expand description
Importance height.
Tuple Fields§
§0: u64
Implementations§
Source§impl ImportanceHeightDto
impl ImportanceHeightDto
pub const LENGTH: usize = 8usize
Sourcepub fn get_importance_height(&self) -> u64
pub fn get_importance_height(&self) -> u64
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for ImportanceHeightDto
impl Clone for ImportanceHeightDto
Source§fn clone(&self) -> ImportanceHeightDto
fn clone(&self) -> ImportanceHeightDto
Returns a duplicate 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 ImportanceHeightDto
impl Debug for ImportanceHeightDto
impl Copy for ImportanceHeightDto
Auto Trait Implementations§
impl Freeze for ImportanceHeightDto
impl RefUnwindSafe for ImportanceHeightDto
impl Send for ImportanceHeightDto
impl Sync for ImportanceHeightDto
impl Unpin for ImportanceHeightDto
impl UnwindSafe for ImportanceHeightDto
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