Struct makepad_widgets::shader::std::os::cx_stdin::StdinWindowSize
pub struct StdinWindowSize {
pub dpi_factor: f64,
pub swapchain: Swapchain<Image<RemoteFd>>,
}
Fields§
§dpi_factor: f64
§swapchain: Swapchain<Image<RemoteFd>>
Trait Implementations§
§impl Clone for StdinWindowSize
impl Clone for StdinWindowSize
§fn clone(&self) -> StdinWindowSize
fn clone(&self) -> StdinWindowSize
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 more§impl DeBin for StdinWindowSize
impl DeBin for StdinWindowSize
§impl DeJson for StdinWindowSize
impl DeJson for StdinWindowSize
fn de_json( s: &mut DeJsonState, i: &mut Chars<'_> ) -> Result<StdinWindowSize, DeJsonErr>
fn deserialize_json(input: &str) -> Result<Self, DeJsonErr>
§impl Debug for StdinWindowSize
impl Debug for StdinWindowSize
§impl PartialEq<StdinWindowSize> for StdinWindowSize
impl PartialEq<StdinWindowSize> for StdinWindowSize
§fn eq(&self, other: &StdinWindowSize) -> bool
fn eq(&self, other: &StdinWindowSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl SerBin for StdinWindowSize
impl SerBin for StdinWindowSize
§impl SerJson for StdinWindowSize
impl SerJson for StdinWindowSize
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
impl Copy for StdinWindowSize
impl StructuralPartialEq for StdinWindowSize
Auto Trait Implementations§
impl RefUnwindSafe for StdinWindowSize
impl Send for StdinWindowSize
impl Sync for StdinWindowSize
impl Unpin for StdinWindowSize
impl UnwindSafe for StdinWindowSize
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