#[repr(C)]pub struct AtkSocket {
pub parent: AtkObject,
pub embedded_plug_id: *mut c_char,
}
Fields§
§parent: AtkObject
§embedded_plug_id: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtkSocket
impl RefUnwindSafe for AtkSocket
impl !Send for AtkSocket
impl !Sync for AtkSocket
impl Unpin for AtkSocket
impl UnwindSafe for AtkSocket
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