pub struct UpBlock2D {
pub resnets: Vec<ResnetBlock2D>,
pub config: UpBlock2DConfig,
/* private fields */
}Fields§
§resnets: Vec<ResnetBlock2D>§config: UpBlock2DConfigImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpBlock2D
impl RefUnwindSafe for UpBlock2D
impl Send for UpBlock2D
impl !Sync for UpBlock2D
impl Unpin for UpBlock2D
impl UnsafeUnpin for UpBlock2D
impl UnwindSafe for UpBlock2D
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