#[repr(transparent)]pub struct Maxresolved(pub u32);
Expand description
Maximum number of IRKs to resolve
Tuple Fields§
§0: u32
Implementations§
Source§impl Maxresolved
impl Maxresolved
Sourcepub const fn maxresolved(&self) -> u16
pub const fn maxresolved(&self) -> u16
The maximum number of IRKs to resolve
Sourcepub fn set_maxresolved(&mut self, val: u16)
pub fn set_maxresolved(&mut self, val: u16)
The maximum number of IRKs to resolve
Trait Implementations§
Source§impl Clone for Maxresolved
impl Clone for Maxresolved
Source§fn clone(&self) -> Maxresolved
fn clone(&self) -> Maxresolved
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 Default for Maxresolved
impl Default for Maxresolved
Source§fn default() -> Maxresolved
fn default() -> Maxresolved
Returns the “default value” for a type. Read more
Source§impl PartialEq for Maxresolved
impl PartialEq for Maxresolved
impl Copy for Maxresolved
impl Eq for Maxresolved
impl StructuralPartialEq for Maxresolved
Auto Trait Implementations§
impl Freeze for Maxresolved
impl RefUnwindSafe for Maxresolved
impl Send for Maxresolved
impl Sync for Maxresolved
impl Unpin for Maxresolved
impl UnwindSafe for Maxresolved
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
)