Struct WrpbrUnlock
#[repr(transparent)]pub struct WrpbrUnlock(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl WrpbrUnlock
impl WrpbrUnlock
Trait Implementations§
§impl Clone for WrpbrUnlock
impl Clone for WrpbrUnlock
§fn clone(&self) -> WrpbrUnlock
fn clone(&self) -> WrpbrUnlock
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for WrpbrUnlock
impl Ord for WrpbrUnlock
§impl PartialEq for WrpbrUnlock
impl PartialEq for WrpbrUnlock
§impl PartialOrd for WrpbrUnlock
impl PartialOrd for WrpbrUnlock
impl Copy for WrpbrUnlock
impl Eq for WrpbrUnlock
impl StructuralPartialEq for WrpbrUnlock
Auto Trait Implementations§
impl Freeze for WrpbrUnlock
impl RefUnwindSafe for WrpbrUnlock
impl Send for WrpbrUnlock
impl Sync for WrpbrUnlock
impl Unpin for WrpbrUnlock
impl UnwindSafe for WrpbrUnlock
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