Struct docker_api::opts::ConsoleSize
source · pub struct ConsoleSize {
pub height: u64,
pub width: u64,
}Expand description
Initial size of the console
Fields§
§height: u64§width: u64Trait Implementations§
source§impl Clone for ConsoleSize
impl Clone for ConsoleSize
source§fn clone(&self) -> ConsoleSize
fn clone(&self) -> ConsoleSize
Returns a copy 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 ConsoleSize
impl Debug for ConsoleSize
source§impl PartialEq<ConsoleSize> for ConsoleSize
impl PartialEq<ConsoleSize> for ConsoleSize
source§fn eq(&self, other: &ConsoleSize) -> bool
fn eq(&self, other: &ConsoleSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.