Struct comfyui_api::models::prompt::EmptyLatentImage
source · pub struct EmptyLatentImage {
pub batch_size: Input<u32>,
pub width: Input<u32>,
pub height: Input<u32>,
}
Expand description
Struct representing an EmptyLatentImage node.
Fields§
§batch_size: Input<u32>
The batch size.
width: Input<u32>
The image width.
height: Input<u32>
The image height.
Trait Implementations§
source§impl Clone for EmptyLatentImage
impl Clone for EmptyLatentImage
source§fn clone(&self) -> EmptyLatentImage
fn clone(&self) -> EmptyLatentImage
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 EmptyLatentImage
impl Debug for EmptyLatentImage
source§impl<'de> Deserialize<'de> for EmptyLatentImage
impl<'de> Deserialize<'de> for EmptyLatentImage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Node for EmptyLatentImage
impl Node for EmptyLatentImage
Auto Trait Implementations§
impl Freeze for EmptyLatentImage
impl RefUnwindSafe for EmptyLatentImage
impl Send for EmptyLatentImage
impl Sync for EmptyLatentImage
impl Unpin for EmptyLatentImage
impl UnwindSafe for EmptyLatentImage
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