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