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