pub struct props_level9(/* private fields */);Implementations§
Source§impl props_level9
impl props_level9
pub const fn new() -> Self
pub const fn encode(self) -> u8
pub const fn decode(n: u8) -> Self
pub const fn level(self) -> prop_level_9
pub const fn with_level(self, level: prop_level_9) -> Self
Trait Implementations§
Source§impl Clone for props_level9
impl Clone for props_level9
Source§fn clone(&self) -> props_level9
fn clone(&self) -> props_level9
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for props_level9
impl Default for props_level9
Source§impl Hash for props_level9
impl Hash for props_level9
Source§impl PartialEq for props_level9
impl PartialEq for props_level9
impl Copy for props_level9
impl Eq for props_level9
impl StructuralPartialEq for props_level9
Auto Trait Implementations§
impl Freeze for props_level9
impl RefUnwindSafe for props_level9
impl Send for props_level9
impl Sync for props_level9
impl Unpin for props_level9
impl UnwindSafe for props_level9
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)