#[repr(C)]pub struct GChecksum { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GChecksum
impl RefUnwindSafe for GChecksum
impl !Send for GChecksum
impl !Sync for GChecksum
impl !Unpin for GChecksum
impl UnwindSafe for GChecksum
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