#[repr(C)]pub struct AstalIOProcess {
pub parent_instance: GObject,
pub priv_: *mut AstalIOProcessPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut AstalIOProcessPrivateTrait Implementations§
Source§impl Clone for AstalIOProcess
impl Clone for AstalIOProcess
Source§fn clone(&self) -> AstalIOProcess
fn clone(&self) -> AstalIOProcess
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 AstalIOProcess
impl Debug for AstalIOProcess
impl Copy for AstalIOProcess
Auto Trait Implementations§
impl Freeze for AstalIOProcess
impl RefUnwindSafe for AstalIOProcess
impl !Send for AstalIOProcess
impl !Sync for AstalIOProcess
impl Unpin for AstalIOProcess
impl UnwindSafe for AstalIOProcess
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