#[repr(C)]pub struct NetdevBridgeOptions {
pub has_br: bool,
pub br: *mut i8,
pub has_helper: bool,
pub helper: *mut i8,
}Fields§
§has_br: bool§br: *mut i8§has_helper: bool§helper: *mut i8Trait Implementations§
Source§impl Clone for NetdevBridgeOptions
impl Clone for NetdevBridgeOptions
Source§fn clone(&self) -> NetdevBridgeOptions
fn clone(&self) -> NetdevBridgeOptions
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 NetdevBridgeOptions
impl Debug for NetdevBridgeOptions
impl Copy for NetdevBridgeOptions
Auto Trait Implementations§
impl Freeze for NetdevBridgeOptions
impl RefUnwindSafe for NetdevBridgeOptions
impl !Send for NetdevBridgeOptions
impl !Sync for NetdevBridgeOptions
impl Unpin for NetdevBridgeOptions
impl UnwindSafe for NetdevBridgeOptions
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