#[repr(C)]pub struct w64wrapper {
pub n: word64,
}Fields§
§n: word64Trait Implementations§
Source§impl Clone for w64wrapper
impl Clone for w64wrapper
Source§fn clone(&self) -> w64wrapper
fn clone(&self) -> w64wrapper
Returns a duplicate 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 Debug for w64wrapper
impl Debug for w64wrapper
impl Copy for w64wrapper
Auto Trait Implementations§
impl Freeze for w64wrapper
impl RefUnwindSafe for w64wrapper
impl Send for w64wrapper
impl Sync for w64wrapper
impl Unpin for w64wrapper
impl UnwindSafe for w64wrapper
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