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