#[repr(C)]pub struct mysql_compress_context {
pub algorithm: enum_compression_algorithm,
pub u: mysql_compress_context__bindgen_ty_1,
}
Fields§
§algorithm: enum_compression_algorithm
§u: mysql_compress_context__bindgen_ty_1
Trait Implementations§
Source§impl Clone for mysql_compress_context
impl Clone for mysql_compress_context
Source§fn clone(&self) -> mysql_compress_context
fn clone(&self) -> mysql_compress_context
Returns a copy 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 moreimpl Copy for mysql_compress_context
Auto Trait Implementations§
impl Freeze for mysql_compress_context
impl RefUnwindSafe for mysql_compress_context
impl !Send for mysql_compress_context
impl !Sync for mysql_compress_context
impl Unpin for mysql_compress_context
impl UnwindSafe for mysql_compress_context
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