#[repr(C, packed(4))]pub struct bgmutation {
pub type_: u8,
pub version: i64,
pub param1_ptr: *const u8,
pub param1_length: c_int,
pub param2_ptr: *const u8,
pub param2_length: c_int,
}
Fields§
§type_: u8
§version: i64
§param1_ptr: *const u8
§param1_length: c_int
§param2_ptr: *const u8
§param2_length: c_int
Trait Implementations§
source§impl Clone for bgmutation
impl Clone for bgmutation
source§fn clone(&self) -> bgmutation
fn clone(&self) -> bgmutation
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 moresource§impl Debug for bgmutation
impl Debug for bgmutation
impl Copy for bgmutation
Auto Trait Implementations§
impl Freeze for bgmutation
impl RefUnwindSafe for bgmutation
impl !Send for bgmutation
impl !Sync for bgmutation
impl Unpin for bgmutation
impl UnwindSafe for bgmutation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)