#[repr(C)]pub struct SkGoodHash {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for SkGoodHash
impl Clone for SkGoodHash
Source§fn clone(&self) -> SkGoodHash
fn clone(&self) -> SkGoodHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkGoodHash
impl Debug for SkGoodHash
impl Copy for SkGoodHash
Auto Trait Implementations§
impl Freeze for SkGoodHash
impl RefUnwindSafe for SkGoodHash
impl Send for SkGoodHash
impl Sync for SkGoodHash
impl Unpin for SkGoodHash
impl UnsafeUnpin for SkGoodHash
impl UnwindSafe for SkGoodHash
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