#[repr(C)]pub struct NGTQueryUint8 {
pub query: *mut u8,
pub params: NGTQueryParameters,
}
Fields§
§query: *mut u8
§params: NGTQueryParameters
Trait Implementations§
Source§impl Clone for NGTQueryUint8
impl Clone for NGTQueryUint8
Source§fn clone(&self) -> NGTQueryUint8
fn clone(&self) -> NGTQueryUint8
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 NGTQueryUint8
impl Debug for NGTQueryUint8
impl Copy for NGTQueryUint8
Auto Trait Implementations§
impl Freeze for NGTQueryUint8
impl RefUnwindSafe for NGTQueryUint8
impl !Send for NGTQueryUint8
impl !Sync for NGTQueryUint8
impl Unpin for NGTQueryUint8
impl UnwindSafe for NGTQueryUint8
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