#[repr(C)]pub struct Struct_Unnamed2 {
pub _bindgen_bitfield_1_: c_uint,
}Fields§
§_bindgen_bitfield_1_: c_uintTrait Implementations§
Source§impl Clone for Struct_Unnamed2
impl Clone for Struct_Unnamed2
Source§fn clone(&self) -> Struct_Unnamed2
fn clone(&self) -> Struct_Unnamed2
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 Struct_Unnamed2
impl Debug for Struct_Unnamed2
Source§impl Default for Struct_Unnamed2
impl Default for Struct_Unnamed2
impl Copy for Struct_Unnamed2
Auto Trait Implementations§
impl Freeze for Struct_Unnamed2
impl RefUnwindSafe for Struct_Unnamed2
impl Send for Struct_Unnamed2
impl Sync for Struct_Unnamed2
impl Unpin for Struct_Unnamed2
impl UnwindSafe for Struct_Unnamed2
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