Struct panda_sys::BlockdevOptionsSheepdog [−][src]
#[repr(C)]pub struct BlockdevOptionsSheepdog { pub server: *mut SocketAddressFlat, pub vdi: *mut c_char, pub has_snap_id: bool, pub snap_id: u32, pub has_tag: bool, pub tag: *mut c_char, }
Fields
server: *mut SocketAddressFlatvdi: *mut c_charhas_snap_id: boolsnap_id: u32has_tag: booltag: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsSheepdogimpl !Send for BlockdevOptionsSheepdogimpl !Sync for BlockdevOptionsSheepdogimpl Unpin for BlockdevOptionsSheepdogimpl UnwindSafe for BlockdevOptionsSheepdogBlanket Implementations
Mutably borrows from an owned value. Read more