Struct cyfs_bdt::tunnel::BuildTunnelParams
source · [−]pub struct BuildTunnelParams {
pub remote_const: DeviceDesc,
pub remote_sn: Vec<DeviceId>,
pub remote_desc: Option<Device>,
}Fields
remote_const: DeviceDescremote_sn: Vec<DeviceId>remote_desc: Option<Device>Trait Implementations
sourceimpl Clone for BuildTunnelParams
impl Clone for BuildTunnelParams
sourcefn clone(&self) -> BuildTunnelParams
fn clone(&self) -> BuildTunnelParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for BuildTunnelParams
impl Send for BuildTunnelParams
impl Sync for BuildTunnelParams
impl Unpin for BuildTunnelParams
impl UnwindSafe for BuildTunnelParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more