pub struct FileConnectable { /* private fields */ }
Expand description
MAVLink connection address for a file input
Implementations§
Source§impl FileConnectable
impl FileConnectable
Sourcepub fn new(address: String) -> FileConnectable
pub fn new(address: String) -> FileConnectable
Creates a file input address from a file path string.
Trait Implementations§
Source§impl AsyncConnectable for FileConnectable
impl AsyncConnectable for FileConnectable
Source§impl Clone for FileConnectable
impl Clone for FileConnectable
Source§fn clone(&self) -> FileConnectable
fn clone(&self) -> FileConnectable
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 Connectable for FileConnectable
impl Connectable for FileConnectable
Source§impl Debug for FileConnectable
impl Debug for FileConnectable
Auto Trait Implementations§
impl Freeze for FileConnectable
impl RefUnwindSafe for FileConnectable
impl Send for FileConnectable
impl Sync for FileConnectable
impl Unpin for FileConnectable
impl UnwindSafe for FileConnectable
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