#[repr(C)]pub struct AtkSocketClass {
pub parent_class: AtkObjectClass,
pub embed: Option<unsafe extern "C" fn(*mut AtkSocket, *const c_char)>,
}Fields§
§parent_class: AtkObjectClass§embed: Option<unsafe extern "C" fn(*mut AtkSocket, *const c_char)>Trait Implementations§
Source§impl Clone for AtkSocketClass
impl Clone for AtkSocketClass
Source§fn clone(&self) -> AtkSocketClass
fn clone(&self) -> AtkSocketClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AtkSocketClass
Auto Trait Implementations§
impl !Send for AtkSocketClass
impl !Sync for AtkSocketClass
impl Freeze for AtkSocketClass
impl RefUnwindSafe for AtkSocketClass
impl Unpin for AtkSocketClass
impl UnsafeUnpin for AtkSocketClass
impl UnwindSafe for AtkSocketClass
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