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