pub struct FileTransferBundle<A>(/* private fields */);Expand description
Bundle type for file-transfer protocol operations.
Trait Implementations§
Source§impl<A> BundleSpec<FILE_TRANSFER_MESSAGE_COUNT> for FileTransferBundle<A>where
A: Atlas,
impl<A> BundleSpec<FILE_TRANSFER_MESSAGE_COUNT> for FileTransferBundle<A>where
A: Atlas,
Source§const MESSAGE_IDS: [u16; 3]
const MESSAGE_IDS: [u16; 3]
Ordered list of message IDs in this bundle.
Source§impl<A: Clone> Clone for FileTransferBundle<A>
impl<A: Clone> Clone for FileTransferBundle<A>
Source§fn clone(&self) -> FileTransferBundle<A>
fn clone(&self) -> FileTransferBundle<A>
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<A: Debug> Debug for FileTransferBundle<A>
impl<A: Debug> Debug for FileTransferBundle<A>
Source§impl<A: Default> Default for FileTransferBundle<A>
impl<A: Default> Default for FileTransferBundle<A>
Source§fn default() -> FileTransferBundle<A>
fn default() -> FileTransferBundle<A>
Returns the “default value” for a type. Read more
impl<A: Copy> Copy for FileTransferBundle<A>
Auto Trait Implementations§
impl<A> Freeze for FileTransferBundle<A>
impl<A> RefUnwindSafe for FileTransferBundle<A>where
A: RefUnwindSafe,
impl<A> Send for FileTransferBundle<A>where
A: Send,
impl<A> Sync for FileTransferBundle<A>where
A: Sync,
impl<A> Unpin for FileTransferBundle<A>where
A: Unpin,
impl<A> UnsafeUnpin for FileTransferBundle<A>
impl<A> UnwindSafe for FileTransferBundle<A>where
A: UnwindSafe,
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