pub enum X11dockerOption {
Show 104 variants
Internet,
ImageName(String),
ContainerName(String),
Desktop,
Interactive,
Backend(String),
Rootless(bool),
Xc(String),
Xonly,
Alsa(String),
Clipboard(String),
Gpu(String),
Network(String),
Lang(String),
Printer(String),
Pulseaudio(String),
Webcam,
Home(String),
Share(String),
Auto,
Hostdisplay,
Xpra,
Xpra2,
XpraXwayland,
Xpra2Xwayland,
Nxagent,
Xephyr,
WestonXwayland,
Xorg,
Tty,
Xvfb,
Xwayland,
Xwin,
Runx,
Wayland,
Weston,
Kwin,
Hostwayland,
Border(String),
Dpi(String),
Fullscreen,
OutputCount(String),
Rotate(String),
Scale(String),
Size(String),
Wm(String),
Xfishtank,
Checkwindow(String),
CleanXhost,
Composite(String),
Display(String),
Keymap(String),
Vt(String),
Westonini(String),
Xhost(String),
Xoverip(String),
Xauth(String),
Xtest(String),
GroupAdd(String),
Hostuser(String),
Password(String),
Sudouser(String),
User(String),
CapDefault,
Ipc(String),
Limit(String),
Newprivileges(String),
Dbus(String),
Hostdbus,
Init(String),
Sharecgroup,
Env(String),
Name(String),
NoEntrypoint,
NoSetup,
Runtime(String),
Shell(String),
Snap,
Stdin,
Workdir(String),
Runasroot(String),
Runasuser(String),
Runfromhost(String),
Build(String),
Cachebasedir(String),
Homebasedir(String),
Fallback(String),
Launcher,
Mobyvm,
Preset(String),
Printenv(String),
Printid(String),
Printinfofile(String),
Printpid1(String),
Debug,
Printcheck,
Quiet,
Verbose,
Cleanup,
Install,
Update(String),
UpdateMaster(String),
Remove,
RemoveOldprefix,
}
Variants§
Internet
ImageName(String)
ContainerName(String)
Desktop
Interactive
Backend(String)
Rootless(bool)
Xc(String)
Xonly
Alsa(String)
Clipboard(String)
Gpu(String)
Network(String)
Lang(String)
Printer(String)
Pulseaudio(String)
Webcam
Home(String)
Auto
Hostdisplay
Xpra
Xpra2
XpraXwayland
Xpra2Xwayland
Nxagent
Xephyr
WestonXwayland
Xorg
Tty
Xvfb
Xwayland
Xwin
Runx
Wayland
Weston
Kwin
Hostwayland
Border(String)
Dpi(String)
Fullscreen
OutputCount(String)
Rotate(String)
Scale(String)
Size(String)
Wm(String)
Xfishtank
Checkwindow(String)
CleanXhost
Composite(String)
Display(String)
Keymap(String)
Vt(String)
Westonini(String)
Xhost(String)
Xoverip(String)
Xauth(String)
Xtest(String)
GroupAdd(String)
Hostuser(String)
Password(String)
Sudouser(String)
User(String)
CapDefault
Ipc(String)
Limit(String)
Newprivileges(String)
Dbus(String)
Hostdbus
Init(String)
Env(String)
Name(String)
NoEntrypoint
NoSetup
Runtime(String)
Shell(String)
Snap
Stdin
Workdir(String)
Runasroot(String)
Runasuser(String)
Runfromhost(String)
Build(String)
Cachebasedir(String)
Homebasedir(String)
Fallback(String)
Launcher
Mobyvm
Preset(String)
Printenv(String)
Printid(String)
Printinfofile(String)
Printpid1(String)
Debug
Printcheck
Quiet
Verbose
Cleanup
Install
Update(String)
UpdateMaster(String)
Remove
RemoveOldprefix
Trait Implementations§
Source§impl Clone for X11dockerOption
impl Clone for X11dockerOption
Source§fn clone(&self) -> X11dockerOption
fn clone(&self) -> X11dockerOption
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 X11dockerOption
impl Debug for X11dockerOption
Source§impl Display for X11dockerOption
impl Display for X11dockerOption
Source§impl Hash for X11dockerOption
impl Hash for X11dockerOption
Source§impl Ord for X11dockerOption
impl Ord for X11dockerOption
Source§fn cmp(&self, other: &X11dockerOption) -> Ordering
fn cmp(&self, other: &X11dockerOption) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for X11dockerOption
impl PartialEq for X11dockerOption
Source§impl PartialOrd for X11dockerOption
impl PartialOrd for X11dockerOption
impl Eq for X11dockerOption
impl StructuralPartialEq for X11dockerOption
Auto Trait Implementations§
impl Freeze for X11dockerOption
impl RefUnwindSafe for X11dockerOption
impl Send for X11dockerOption
impl Sync for X11dockerOption
impl Unpin for X11dockerOption
impl UnwindSafe for X11dockerOption
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