Struct minecraft_data::props_bites7
source · pub struct props_bites7(/* private fields */);Implementations§
source§impl props_bites7
impl props_bites7
pub const fn new() -> Self
pub const fn encode(self) -> u8
pub const fn decode(n: u8) -> Self
pub const fn bites(self) -> prop_bites
pub const fn with_bites(self, bites: prop_bites) -> Self
Trait Implementations§
source§impl Clone for props_bites7
impl Clone for props_bites7
source§fn clone(&self) -> props_bites7
fn clone(&self) -> props_bites7
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 Hash for props_bites7
impl Hash for props_bites7
source§impl PartialEq for props_bites7
impl PartialEq for props_bites7
source§fn eq(&self, other: &props_bites7) -> bool
fn eq(&self, other: &props_bites7) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for props_bites7
impl Eq for props_bites7
impl StructuralPartialEq for props_bites7
Auto Trait Implementations§
impl Freeze for props_bites7
impl RefUnwindSafe for props_bites7
impl Send for props_bites7
impl Sync for props_bites7
impl Unpin for props_bites7
impl UnwindSafe for props_bites7
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