pub struct ReduceRequirements {
pub coordinates: bool,
}
Fields§
§coordinates: bool
Trait Implementations§
Source§impl CubeType for ReduceRequirements
impl CubeType for ReduceRequirements
type ExpandType = ReduceRequirementsExpand
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl Freeze for ReduceRequirements
impl RefUnwindSafe for ReduceRequirements
impl Send for ReduceRequirements
impl Sync for ReduceRequirements
impl Unpin for ReduceRequirements
impl UnwindSafe for ReduceRequirements
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