pub struct ControlNet {
pub config: ControlNetConfig,
/* private fields */
}
Fields§
§config: ControlNetConfig
Implementations§
Auto Trait Implementations§
impl Freeze for ControlNet
impl RefUnwindSafe for ControlNet
impl Send for ControlNet
impl !Sync for ControlNet
impl Unpin for ControlNet
impl UnwindSafe for ControlNet
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